|
|
@ -1,19 +1,16 @@
|
|
|
|
%define major 0
|
|
|
|
|
|
|
|
%define libname %{name}-libs
|
|
|
|
|
|
|
|
%define develname %{name}-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: ZRTP keys exchange protocol implementation
|
|
|
|
Summary: ZRTP keys exchange protocol implementation
|
|
|
|
Name: bzrtp
|
|
|
|
Name: bzrtp
|
|
|
|
Version: 5.3.5
|
|
|
|
Version: 5.3.54
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
URL: https://linphone.org/
|
|
|
|
URL: https://linphone.org/
|
|
|
|
Source0: https://gitlab.linphone.org/BC/public/bzrtp/-/archive/%{version}/bzrtp-%{version}.tar.gz
|
|
|
|
Source0: https://gitlab.linphone.org/BC/public/bzrtp/-/archive/%{version}/bzrtp-%{version}.tar.gz
|
|
|
|
# (wally) install .pc file with cmake
|
|
|
|
# (wally) install .pc file with cmake
|
|
|
|
Patch0: bzrtp-cmake-install-pkgconfig-pc-file.patch
|
|
|
|
Patch0: bzrtp-cmake-install-pkgconfig-pc-file.patch
|
|
|
|
# (wally) fix cmake config file location
|
|
|
|
# (wally) fix cmake config file location
|
|
|
|
Patch1: bzrtp-cmake-config-location.patch
|
|
|
|
Patch1: bzrtp-cmake-config-location.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
BuildRequires: ninja-build
|
|
|
|
BuildRequires: pkgconfig(bctoolbox) >= %{version}
|
|
|
|
BuildRequires: pkgconfig(bctoolbox) >= %{version}
|
|
|
@ -25,22 +22,11 @@ bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
|
|
|
|
The library is written in C 89, is fully portable, and can be executed
|
|
|
|
The library is written in C 89, is fully portable, and can be executed
|
|
|
|
on many platforms including x86 and ARM processors.
|
|
|
|
on many platforms including x86 and ARM processors.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{libname}
|
|
|
|
%package devel
|
|
|
|
Summary: ZRTP keys exchange protocol implementation
|
|
|
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{libname}
|
|
|
|
|
|
|
|
bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
|
|
|
|
|
|
|
|
The library is written in C 89, is fully portable, and can be executed
|
|
|
|
|
|
|
|
on many platforms including x86 and ARM processors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{develname}
|
|
|
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/C
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{libname} = %{version}-%{release}
|
|
|
|
|
|
|
|
Provides: bzrtp-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{develname}
|
|
|
|
%description devel
|
|
|
|
This package contains development files for %{name}
|
|
|
|
This package contains development files for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
@ -59,12 +45,12 @@ sed -i -e '/project/s/\(VERSION\)\s\+[0-9]\+\(\.[0-9]\+\)\+/\1 %{version}/' CMak
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%cmake_install
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{libname}
|
|
|
|
%files
|
|
|
|
%license LICENSE.txt
|
|
|
|
%license LICENSE.txt
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
%{_libdir}/lib%{name}.so.%{major}{,.*}
|
|
|
|
%{_libdir}/lib%{name}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{develname}
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/lib%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/lib%{name}.pc
|
|
|
@ -72,6 +58,10 @@ sed -i -e '/project/s/\(VERSION\)\s\+[0-9]\+\(\.[0-9]\+\)\+/\1 %{version}/' CMak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 5.3.5-1.inferit
|
|
|
|
* Thu May 30 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 5.3.5-1.inferit
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|