From 44bb45b76c18b5557e2e6eef4db50240531341ea Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:48:30 +0000 Subject: [PATCH] auto-import changelog data from libvorbis-1.0rc2-1.src.rpm 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 04 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 09 2001 Bill Nottingham - fix alpha/ia64 Thu Feb 08 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 09 2001 Bill Nottingham - update CVS, grab aRts backend for libao Wed 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 --- .cvsignore | 1 + libvorbis.spec | 132 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 134 insertions(+) create mode 100644 libvorbis.spec diff --git a/.cvsignore b/.cvsignore index e69de29..f67cc56 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libvorbis-1.0rc2.tar.gz diff --git a/libvorbis.spec b/libvorbis.spec new file mode 100644 index 0000000..97fa0fd --- /dev/null +++ b/libvorbis.spec @@ -0,0 +1,132 @@ +Summary: The Vorbis General Audio Compression Codec. +Name: libvorbis +Version: 1.0rc2 +Release: 1 +Group: System Environment/Libraries +Copyright: BSD +URL: http://www.xiph.org/ +Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz +Patch: libvorbis-1.0rc1-libdep.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: libogg >= %{version} +BuildPrereq: libogg-devel >= %{version} + +%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 Voribs. + +%package devel +Summary: Development tools for Vorbis applications. +Group: Development/Libraries +Requires: libogg-devel >= %{version} +Requires: libvorbis = %{version} +Obsoletes: vorbis-devel + +%description devel +The libvorbis-devel package contains the header files and documentation +needed to develop applications with Ogg Vorbis. + +%prep +%setup -q +%patch -p1 +perl -p -i -e "s/-O20 -ffast-math/$RPM_OPT_FLAGS/" configure + +%build +%configure +make + +%install +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install + +# libtool is fun. really. +cd lib +rm -rf .libs *.la +make +cp -a .libs/libvorbis{enc,file}* $RPM_BUILD_ROOT/usr/lib +cd .. + +%files +%defattr(-,root,root) +%doc AUTHORS COPYING README todo.txt +%{_libdir}/libvorbis.so.* +%{_libdir}/libvorbisfile.so.* +%{_libdir}/libvorbisenc.so.* + +%files devel +%defattr(-,root,root) +%doc doc/* +%{_includedir}/vorbis +%{_libdir}/libvorbis.a +%{_libdir}/libvorbis.so +%{_libdir}/libvorbisfile.a +%{_libdir}/libvorbisfile.so +%{_libdir}/libvorbisenc.a +%{_libdir}/libvorbisenc.so +%{_datadir}/aclocal/vorbis.m4 + +%clean +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%changelog +* 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 diff --git a/sources b/sources index e69de29..24ddc0f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e5dfe5c71ee451313ec11af1387bd8f7 libvorbis-1.0rc2.tar.gz