|
|
@ -1,24 +1,23 @@
|
|
|
|
%define major 10
|
|
|
|
|
|
|
|
%define libname linphone-libs
|
|
|
|
%define libname linphone-libs
|
|
|
|
%define devname linphone-devel
|
|
|
|
%define devname linphone-devel
|
|
|
|
|
|
|
|
|
|
|
|
%define libnamepp %{name}-c++-libs
|
|
|
|
%define libnamepp %{name}-c++-libs
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_without docs
|
|
|
|
%bcond_without docs
|
|
|
|
%bcond_without linphonepp
|
|
|
|
%bcond_without linphonepp
|
|
|
|
|
|
|
|
|
|
|
|
Name: liblinphone
|
|
|
|
|
|
|
|
Version: 5.3.5
|
|
|
|
|
|
|
|
Release: 3%{?dist}.inferit
|
|
|
|
|
|
|
|
Summary: Voice over IP Application
|
|
|
|
Summary: Voice over IP Application
|
|
|
|
|
|
|
|
Name: liblinphone
|
|
|
|
|
|
|
|
Version: 5.3.54
|
|
|
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Communications/Telephony
|
|
|
|
|
|
|
|
URL: https://www.linphone.org/
|
|
|
|
URL: https://www.linphone.org/
|
|
|
|
Source0: https://gitlab.linphone.org/BC/public/liblinphone/-/archive/%{version}/liblinphone-%{version}.tar.gz
|
|
|
|
Source0: https://gitlab.linphone.org/BC/public/liblinphone/-/archive/%{version}/liblinphone-%{version}.tar.gz
|
|
|
|
Patch0: 0001-Use-system-CA-Bundle.patch
|
|
|
|
Patch0: 0001-Use-system-CA-Bundle.patch
|
|
|
|
Patch1: linphone-cmake-config-location.patch
|
|
|
|
Patch1: linphone-cmake-config-location.patch
|
|
|
|
Patch2: liblinphone-system-xsd.patch
|
|
|
|
Patch2: liblinphone-system-xsd.patch
|
|
|
|
Patch3: liblinphone-jsoncpp-dep.patch
|
|
|
|
Patch3: liblinphone-jsoncpp-dep.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
BuildRequires: ninja-build
|
|
|
@ -66,7 +65,6 @@ environments.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n linphone-cli
|
|
|
|
%package -n linphone-cli
|
|
|
|
Summary: Command Line Interface for %{name}
|
|
|
|
Summary: Command Line Interface for %{name}
|
|
|
|
Group: Communications/Telephony
|
|
|
|
|
|
|
|
Requires: liblinphone-data >= %{version}-%{release}
|
|
|
|
Requires: liblinphone-data >= %{version}-%{release}
|
|
|
|
Conflicts: linphone < 3.12.0-2
|
|
|
|
Conflicts: linphone < 3.12.0-2
|
|
|
|
|
|
|
|
|
|
|
@ -78,7 +76,6 @@ This package contains the command line interface.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n linphone-daemon
|
|
|
|
%package -n linphone-daemon
|
|
|
|
Summary: Daemonfor %{name}
|
|
|
|
Summary: Daemonfor %{name}
|
|
|
|
Group: Communications/Telephony
|
|
|
|
|
|
|
|
Requires: liblinphone-data >= %{version}-%{release}
|
|
|
|
Requires: liblinphone-data >= %{version}-%{release}
|
|
|
|
Conflicts: linphone < 3.12.0-2
|
|
|
|
Conflicts: linphone < 3.12.0-2
|
|
|
|
Conflicts: linphone-cli < 5.3.5
|
|
|
|
Conflicts: linphone-cli < 5.3.5
|
|
|
@ -91,7 +88,6 @@ This package contains the daemon.
|
|
|
|
|
|
|
|
|
|
|
|
%package data
|
|
|
|
%package data
|
|
|
|
Summary: Data files for %{name}
|
|
|
|
Summary: Data files for %{name}
|
|
|
|
Group: Communications/Telephony
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
Conflicts: linphone < 3.12.0-2
|
|
|
|
Conflicts: linphone < 3.12.0-2
|
|
|
|
|
|
|
|
|
|
|
@ -103,7 +99,6 @@ This package contains data files such as sounds.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{libname}
|
|
|
|
%package -n %{libname}
|
|
|
|
Summary: Primary library for %{name}
|
|
|
|
Summary: Primary library for %{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
Requires: liblinphone-data >= %{version}-%{release}
|
|
|
|
Requires: liblinphone-data >= %{version}-%{release}
|
|
|
|
Requires: soci-sqlite3%{_isa}
|
|
|
|
Requires: soci-sqlite3%{_isa}
|
|
|
|
Requires: soci-mysql%{_isa}
|
|
|
|
Requires: soci-mysql%{_isa}
|
|
|
@ -113,14 +108,12 @@ Primary library for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{libnamepp}
|
|
|
|
%package -n %{libnamepp}
|
|
|
|
Summary: C++ wrapper library for %{name}
|
|
|
|
Summary: C++ wrapper library for %{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{libnamepp}
|
|
|
|
%description -n %{libnamepp}
|
|
|
|
C++ wrapper library for %{name}.
|
|
|
|
C++ wrapper library for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{devname}
|
|
|
|
%package -n %{devname}
|
|
|
|
Summary: Header files and development libraries from %{name}
|
|
|
|
Summary: Header files and development libraries from %{name}
|
|
|
|
Group: Development/C
|
|
|
|
|
|
|
|
Requires: %{libname} = %{version}-%{release}
|
|
|
|
Requires: %{libname} = %{version}-%{release}
|
|
|
|
%if %{with linphonepp}
|
|
|
|
%if %{with linphonepp}
|
|
|
|
Requires: %{libnamepp} = %{version}-%{release}
|
|
|
|
Requires: %{libnamepp} = %{version}-%{release}
|
|
|
@ -193,7 +186,7 @@ rm -rf %{buildroot}%{_docdir}/ortp %{buildroot}%{_docdir}/mediastreamer*
|
|
|
|
%files -n %{libname}
|
|
|
|
%files -n %{libname}
|
|
|
|
%license LICENSE*
|
|
|
|
%license LICENSE*
|
|
|
|
%doc README* CHANGELOG* NEWS*
|
|
|
|
%doc README* CHANGELOG* NEWS*
|
|
|
|
%{_libdir}/liblinphone.so.%{major}{,.*}
|
|
|
|
%{_libdir}/liblinphone.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%dir %{_libdir}/%{name}/plugins
|
|
|
|
%dir %{_libdir}/%{name}/plugins
|
|
|
|
|
|
|
|
|
|
|
@ -201,7 +194,7 @@ rm -rf %{buildroot}%{_docdir}/ortp %{buildroot}%{_docdir}/mediastreamer*
|
|
|
|
%files -n %{libnamepp}
|
|
|
|
%files -n %{libnamepp}
|
|
|
|
%license LICENSE*
|
|
|
|
%license LICENSE*
|
|
|
|
%doc README* CHANGELOG* NEWS*
|
|
|
|
%doc README* CHANGELOG* NEWS*
|
|
|
|
%{_libdir}/liblinphone++.so.%{major}{,.*}
|
|
|
|
%{_libdir}/liblinphone++.so.*
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{devname}
|
|
|
|
%files -n %{devname}
|
|
|
@ -223,6 +216,10 @@ rm -rf %{buildroot}%{_docdir}/ortp %{buildroot}%{_docdir}/mediastreamer*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.3.54-1.inferit
|
|
|
|
|
|
|
|
- Update to 5.3.54
|
|
|
|
|
|
|
|
- Clean up spec
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> 5.3.5-3.inferit
|
|
|
|
* Wed May 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> 5.3.5-3.inferit
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|