|
|
|
@ -2,18 +2,20 @@
|
|
|
|
|
|
|
|
|
|
Name: srt
|
|
|
|
|
Version: 1.5.4
|
|
|
|
|
Release: 0.rc0%{?dist}
|
|
|
|
|
Release: 0.rc0%{?dist}.1
|
|
|
|
|
Summary: Secure Reliable Transport protocol tools
|
|
|
|
|
|
|
|
|
|
License: MPL-2.0
|
|
|
|
|
URL: https://www.srtalliance.org
|
|
|
|
|
Source0: https://github.com/Haivision/srt/archive/v%{version}%{rc}/%{name}-%{version}%{rc}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: cmake gcc-c++
|
|
|
|
|
BuildRequires: gnutls-devel
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: gmock-devel
|
|
|
|
|
BuildRequires: gnutls-devel
|
|
|
|
|
BuildRequires: gtest-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: nettle-devel
|
|
|
|
|
|
|
|
|
|
Requires: srt-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -90,6 +92,9 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/haisrt.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 11 2024 Xavier Bachelot <xavier@bachelot.org> - 1.5.4-0.rc0.1
|
|
|
|
|
- Explicitely BR: nettle-devel
|
|
|
|
|
|
|
|
|
|
* Mon Aug 26 2024 Yanko Kaneti <yaneti@declera.com> - 1.5.4-0.rc0
|
|
|
|
|
- Update to 1.5.4-rc0
|
|
|
|
|
|
|
|
|
|