From 90c4cdac23f607ee256767f10787e21b4c9a811550e529116af15b04669f6a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 23 Sep 2012 21:05:15 +0000 Subject: [PATCH] Accepting request 135513 from home:Zaitor:branches:multimedia:libs Update and cleanup. If you are wondering about the removal of # Please submit bugfixes or comments via http://bugs.opensuse.org/ this was because it was listed twice in the spec. OBS-URL: https://build.opensuse.org/request/show/135513 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/opus?expand=0&rev=3 --- opus-0.9.14.tar.gz | 3 --- opus-1.0.1.tar.gz | 3 +++ opus.changes | 12 ++++++++++++ opus.spec | 15 +++++---------- 4 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 opus-0.9.14.tar.gz create mode 100644 opus-1.0.1.tar.gz diff --git a/opus-0.9.14.tar.gz b/opus-0.9.14.tar.gz deleted file mode 100644 index ddf478a..0000000 --- a/opus-0.9.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae -size 727782 diff --git a/opus-1.0.1.tar.gz b/opus-1.0.1.tar.gz new file mode 100644 index 0000000..5bfd314 --- /dev/null +++ b/opus-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef +size 767241 diff --git a/opus.changes b/opus.changes index 78e4544..fde094a 100644 --- a/opus.changes +++ b/opus.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Sep 19 18:56:42 UTC 2012 - zaitor@opensuse.org + +- Update to version 1.0.1: + + First bugfix release of stable version. + + Changes are mostly buildfixes. + + Fully compliant with the Opus specification. +- Remove unneeded autoconf, automake, gcc glibc-devel and make. +- Remove manual deletion of docs, instead pass --disable-doc to + configure. +- Minor spec cleanup. + ------------------------------------------------------------------- Thu May 31 14:31:47 CET 2012 - pascal.bleser@opensuse.org diff --git a/opus.spec b/opus.spec index 58d283b..6ed845c 100644 --- a/opus.spec +++ b/opus.spec @@ -1,4 +1,3 @@ -# vim: set sw=4 ts=4 et nu: # # spec file for package opus # @@ -18,10 +17,8 @@ # -# Please submit bugfixes or comments via http://bugs.opensuse.org/ - Name: opus -Version: 0.9.14 +Version: 1.0.1 Release: 0 %define soname 0 Summary: Opus Audio Codec Library @@ -31,12 +28,7 @@ Source: http://downloads.xiph.org/releases/opus/opus-%{version}.tar.gz Source99: baselibs.conf Url: http://opus-codec.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: gcc -BuildRequires: glibc-devel BuildRequires: libtool -BuildRequires: make BuildRequires: pkgconfig %description @@ -73,19 +65,21 @@ The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec. + %prep %setup -q %build %configure \ --disable-silent-rules \ + --disable-doc \ --enable-custom-modes + %__make %{?_smp_mflags} %install %makeinstall -%__rm -rf "%{buildroot}%{_datadir}/doc" %__rm -f "%{buildroot}%{_libdir}"/*.la %post -n libopus%{soname} -p /sbin/ldconfig @@ -106,6 +100,7 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec. %{_libdir}/libopus.so %{_includedir}/opus %{_libdir}/pkgconfig/opus.pc +%{_datadir}/aclocal/opus.m4 %files -n libopus-devel-static %defattr(-,root,root)