Accepting request 619821 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/619821 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/srt?expand=0&rev=2
This commit is contained in:
commit
174f0e29af
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libsrt1
|
10
srt.changes
10
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
|
||||
|
||||
|
10
srt.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user