diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..1cc8511 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libsrt1 diff --git a/srt.changes b/srt.changes index 7da6d76..9cd5493 100644 --- a/srt.changes +++ b/srt.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 29 16:06:41 UTC 2018 - bjorn.lie@gmail.com + +- Add baselibs.conf: build 32bit support libs. + +------------------------------------------------------------------- +Thu May 31 09:17:36 UTC 2018 - bjorn.lie@gmail.com + +- Update Summary and Descriptions fields. + ------------------------------------------------------------------- Mon May 21 11:47:59 UTC 2018 - bjorn.lie@gmail.com diff --git a/srt.spec b/srt.spec index 56a4efe..cdcabd2 100644 --- a/srt.spec +++ b/srt.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define sover 1 Name: srt @@ -25,6 +26,7 @@ License: MPL-2.0 Group: Development/Libraries/C and C++ URL: https://www.srtalliance.org Source0: https://github.com/Haivision/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source99: baselibs.conf # PATCH-FIX-UPSTREAM srt-no-rpath.patch -- Fix build, patch from archlinux Patch0: srt-no-rpath.patch @@ -42,11 +44,12 @@ with secure streams and easy firewall traversal, bringing the best quality live video over the worst networks. %package -n libsrt%{sover} -Summary: SRT shared library +Summary: Secure Reliable Transport (SRT) library Group: System/Libraries %description -n libsrt%{sover} -This package contains a shared system library for srt. +This package contains a shared system library for Secure Reliable +Transport (SRT). %package devel Summary: Development files for srt @@ -56,7 +59,8 @@ Requires: libsrt%{sover} == %{version} %description devel This package contains all necessary include files and libraries -needed to develop applications that require these. +needed to develop applications with Secure Reliable Transport +(SRT) support. %prep %autosetup -p1