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:
Dominique Leuenberger 2018-07-02 21:30:23 +00:00 committed by Git OBS Bridge
commit 174f0e29af
3 changed files with 18 additions and 3 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libsrt1

View File

@ -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 Mon May 21 11:47:59 UTC 2018 - bjorn.lie@gmail.com

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define sover 1 %define sover 1
Name: srt Name: srt
@ -25,6 +26,7 @@ License: MPL-2.0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://www.srtalliance.org URL: https://www.srtalliance.org
Source0: https://github.com/Haivision/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz 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 # PATCH-FIX-UPSTREAM srt-no-rpath.patch -- Fix build, patch from archlinux
Patch0: srt-no-rpath.patch 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. quality live video over the worst networks.
%package -n libsrt%{sover} %package -n libsrt%{sover}
Summary: SRT shared library Summary: Secure Reliable Transport (SRT) library
Group: System/Libraries Group: System/Libraries
%description -n libsrt%{sover} %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 %package devel
Summary: Development files for srt Summary: Development files for srt
@ -56,7 +59,8 @@ Requires: libsrt%{sover} == %{version}
%description devel %description devel
This package contains all necessary include files and libraries 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 %prep
%autosetup -p1 %autosetup -p1