From aeef000d76a247b17097a125b53b45d092b0ab3782bdac467b94aec71233e407 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 11 Sep 2011 17:06:06 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/celt revision 14.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/celt?expand=0&rev=98630ee0a51e746e21b062e214d3eded --- celt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celt.spec b/celt.spec index 892f38f..7d6582d 100644 --- a/celt.spec +++ b/celt.spec @@ -20,7 +20,7 @@ Name: celt Version: 0.11.1 -Release: 0 +Release: 1 License: BSD3c(or similar) Group: Productivity/Multimedia/Other Summary: Ultra-Low Delay Audio Codec From b12089bf2bab6d45cdef70a39b69acb56ab5c8eaabaa73dc7b08b399e8242f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 18 Sep 2011 18:26:51 +0000 Subject: [PATCH 2/2] Accepting request 83077 from home:jengelh:bl-c - Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel building - Add celt-devel to baselibs OBS-URL: https://build.opensuse.org/request/show/83077 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/celt?expand=0&rev=31 --- baselibs.conf | 3 +++ celt.changes | 7 +++++++ celt.spec | 6 +----- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 3d84489..81d7ad8 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,4 @@ libcelt0-2 +celt-devel + requires -celt- + requires "libcelt0-2- = " diff --git a/celt.changes b/celt.changes index bd7c11b..a5d4149 100644 --- a/celt.changes +++ b/celt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Sep 17 22:46:10 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel building +- Add celt-devel to baselibs + ------------------------------------------------------------------- Fri Sep 9 15:00:31 UTC 2011 - coolo@suse.com diff --git a/celt.spec b/celt.spec index 7d6582d..832bb73 100644 --- a/celt.spec +++ b/celt.spec @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: celt @@ -62,15 +61,12 @@ autoreconf -f -i %configure\ --disable-static\ --with-pic -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make DESTDIR=%buildroot install rm -f %{buildroot}%{_libdir}/*.la -%clean -rm -rf %buildroot - %post -n libcelt0-2 -p /sbin/ldconfig %postun -n libcelt0-2 -p /sbin/ldconfig