Accepting request 135517 from 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. (forwarded request 135513 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/135517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opus?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-09-25 08:44:41 +00:00 committed by Git OBS Bridge
commit 21610636e0
4 changed files with 20 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae
size 727782

3
opus-1.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef
size 767241

View File

@ -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

View File

@ -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)