Summary: The Vorbis General Audio Compression Codec. Name: libvorbis Version: 1.2.3 Release: 6%{?dist} Epoch: 1 Group: System Environment/Libraries License: BSD URL: http://www.xiph.org/ Source0: http://downloads.xiph.org/releases/vorbis/libvorbis-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ BuildRequires: libogg-devel >= 2:1.1 %description Ogg Vorbis is a fully open, non-proprietary, patent-and royalty-free, general-purpose compressed audio format for audio and music at fixed and variable bitrates from 16 to 128 kbps/channel. The libvorbis package contains runtime libraries for use in programs that support Ogg Vorbis. %lib_package vorbis 0 %lib_package vorbisenc 2 %lib_package vorbisfile 3 %devel_extra_Requires libogg-devel >= 2:1.1 %devel_extra_Obsoletes vorbis-devel %prep %setup -q %build %configure make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install cat > develfiles.list << EOF %doc doc/* EOF %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README %changelog * Wed Aug 19 2009 Axel Thimm - 1:1.2.3-6 - Update to 1.2.3. * Fri Dec 2 2005 Axel Thimm - Update to 1.1.2. * Wed Jul 13 2005 Axel Thimm - Update to 1.1.1. * Thu Dec 11 2003 Bill Nottingham 1:1.0.1-1 - update to 1.0.1 * Wed Jun 04 2003 Elliot Lee - rebuilt * Mon Feb 24 2003 Elliot Lee - rebuilt * Fri Feb 21 2003 Elliot lee 1:1.0-6 - Fix #81026 by updating libvorbis-1.0-m4.patch * Wed Jan 22 2003 Tim Powers - rebuilt * Wed Dec 11 2002 Bill Nottingham 1:1.0-4 - add epochs to dependencies, to avoid 1.0rc3 >= 1.0 miscomparisons (#79374) - fix vorbis.m4 * Fri Nov 29 2002 Tim Powers 1:1.0-2 - remove unpackaged files from the buildroot - tell configure where ogg libs are - lib64'ize * Fri Jul 18 2002 Bill Nottingham - one-dot-oh - libtool strikes again (#66110) * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Wed Jan 09 2002 Tim Powers - automated rebuild * Tue Jan 1 2002 Bill Nottingham - update to 1.0rc3 * Thu Aug 16 2001 Bill Nottingham - fix bug in floor backend () * Mon Aug 13 2001 Bill Nottingham - update to 1.0rc2 * Fri Jul 20 2001 Bill Nottingham - split out from the main vorbis package * Tue Jul 10 2001 Bill Nottingham - own %%{_libdir}/ao - I love libtool * Tue Jun 26 2001 Florian La Roche - add links from library major version numbers in rpms * Tue Jun 19 2001 Bill Nottingham - update to rc1 * Fri May 4 2001 Oliver Paukstadt - fixed perl line in spec file to set optims correctly * Tue Mar 20 2001 Bill Nottingham - fix alpha/ia64, again - use optflags, not -O20 -ffast-math (especially on alpha...) * Mon Feb 26 2001 Bill Nottingham - fix license tag * Mon Feb 26 2001 Bill Nottingham - beta4 * Fri Feb 9 2001 Bill Nottingham - fix alpha/ia64 * Thu Feb 8 2001 Bill Nottingham - update CVS in prep for beta4 * Wed Feb 07 2001 Philipp Knirsch - Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if none was specified. * Tue Jan 9 2001 Bill Nottingham - update CVS, grab aRts backend for libao * Thu Dec 27 2000 Bill Nottingham - update CVS * Fri Dec 01 2000 Bill Nottingham - rebuild because of broken fileutils * Mon Nov 13 2000 Bill Nottingham - hack up specfile some, merge some packages * Sat Oct 21 2000 Jack Moffitt - initial spec file created