upgrade to version 1.4.4
This commit is contained in:
parent
2c6b6cf187
commit
cb558f4ce7
BIN
srt-1.4.1.tar.gz
BIN
srt-1.4.1.tar.gz
Binary file not shown.
BIN
srt-1.4.4.tar.gz
Normal file
BIN
srt-1.4.4.tar.gz
Normal file
Binary file not shown.
22
srt.spec
22
srt.spec
@ -1,13 +1,13 @@
|
|||||||
Name: srt
|
Name: srt
|
||||||
Version: 1.4.1
|
Version: 1.4.4
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Secure Reliable Transport protocol tools
|
Summary: Secure Reliable Transport protocol tools
|
||||||
|
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
URL: https://www.srtalliance.org
|
URL: https://www.srtalliance.org
|
||||||
Source0: https://github.com/Haivision/srt/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/Haivision/srt/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake gcc-c++
|
BuildRequires: cmake gcc-c++ make
|
||||||
BuildRequires: gnutls-devel gmock-devel gtest-devel
|
BuildRequires: gnutls-devel gmock-devel gtest-devel
|
||||||
|
|
||||||
Requires: srt-libs%{?_isa} = %{version}-%{release} ffmpeg
|
Requires: srt-libs%{?_isa} = %{version}-%{release} ffmpeg
|
||||||
@ -51,13 +51,15 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/haisrt.pc
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Fails with x390x
|
# - test are broken on s390x for some slowness/timing reason
|
||||||
make test \
|
# - tests can't be run in parallel because they reuse port numbers
|
||||||
%ifarch s390x
|
# - %%ctest macro doesn't support additional ctest arguments
|
||||||
|| :
|
# - TestIPv6 are known broken due to v4_v6 mapping differnces between platforms
|
||||||
|
# https://github.com/Haivision/srt/issues/1972#
|
||||||
|
%ifnarch s390x
|
||||||
|
/usr/bin/ctest --output-on-failure --force-new-ctest-process -j1 -E TestIPv6
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -67,7 +69,6 @@ make test \
|
|||||||
%{_bindir}/srt-file-transmit
|
%{_bindir}/srt-file-transmit
|
||||||
%{_bindir}/srt-live-transmit
|
%{_bindir}/srt-live-transmit
|
||||||
%{_bindir}/srt-tunnel
|
%{_bindir}/srt-tunnel
|
||||||
%{_bindir}/test-srt
|
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -81,6 +82,9 @@ make test \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 10 2023 leeffo <liweiganga@uniontech.com> - 1.4.4-1
|
||||||
|
- upgrade to version 1.4.4
|
||||||
|
|
||||||
* Mon Sep 13 2021 weidong <weidong@uniontech.com> - 1.4.1-4
|
* Mon Sep 13 2021 weidong <weidong@uniontech.com> - 1.4.1-4
|
||||||
- Add installation dependencies
|
- Add installation dependencies
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user