From 7eca39fb1ed3e7ff3a34cfd3ae34669c0cc2c26cd9feffcbd02536ea7b3e89cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 31 May 2018 09:20:11 +0000 Subject: [PATCH 1/2] Update summary and description OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/srt?expand=0&rev=3 --- srt.changes | 5 +++++ srt.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/srt.changes b/srt.changes index 7da6d76..f76ab83 100644 --- a/srt.changes +++ b/srt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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..ee98ae2 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 @@ -42,11 +43,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 +58,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 From 9b23f7c356f6db575a9384f3108d634385b3c0d453351573abf531a44ac85e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 29 Jun 2018 18:15:57 +0000 Subject: [PATCH 2/2] Accepting request 619820 from home:iznogood:branches:multimedia:libs - Add baselibs.conf: build 32bit support libs. OBS-URL: https://build.opensuse.org/request/show/619820 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/srt?expand=0&rev=4 --- baselibs.conf | 1 + srt.changes | 5 +++++ srt.spec | 1 + 3 files changed, 7 insertions(+) create mode 100644 baselibs.conf 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 f76ab83..9cd5493 100644 --- a/srt.changes +++ b/srt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/srt.spec b/srt.spec index ee98ae2..cdcabd2 100644 --- a/srt.spec +++ b/srt.spec @@ -26,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