From 404db67f9b73f38ce4267e06b5aadffec73a8889 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 07:17:42 +0000 Subject: auto-import changelog data from libao-0.7.0-1.src.rpm Fri Jul 20 2001 Bill Nottingham - split this off from the vorbis package, as something else now requires it 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 --- diff --git a/.cvsignore b/.cvsignore index e69de29..68c23ac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libao-0.7.0.tar.gz diff --git a/ao.req b/ao.req new file mode 100755 index 0000000..6ada3d3 --- /dev/null +++ b/ao.req @@ -0,0 +1,7 @@ +#!/bin/sh + +filelist=`sed "s/['\"]/\\\&/g"` + +{ echo $filelist | tr [:blank:] \\n | /usr/lib/rpm/find-requires | \ + grep -v artsc | grep -v esd | grep -v audiofile +} | sort -u diff --git a/libao.spec b/libao.spec new file mode 100644 index 0000000..4857bfc --- /dev/null +++ b/libao.spec @@ -0,0 +1,110 @@ +Summary: Cross Platform Audio Output Library +Name: libao +Version: 0.7.0 +Release: 1 +Group: System Environment/Libraries +Copyright: GPL +URL: http://www.xiph.org/ +Source: http://www.xiph.org/ogg/vorbis/download/libao-%{version}.tar.gz +Source1: ao.req +Patch: libao-0.7.0-libdep.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildPrereq: esound-devel, kdelibs-sound-devel +%define __find_requires %{SOURCE1} + +%description +Libao is a cross platform audio output library. It currently supports +ESD, OSS, Solaris, and IRIX. + +%package devel +Summary: Cross Platform Audio Output Library Development +Group: Development/Libraries +Requires: libao = %{version} + +%description devel +The libao-devel package contains the header files and documentation +needed to develop applications with libao. + +%prep +%setup -q +%patch -p1 +perl -p -i -e "s/-O20 -ffast-math/$RPM_OPT_FLAGS/" configure + +%build +%configure +make + +%install +make DESTDIR=$RPM_BUILD_ROOT install + +%files +%defattr(-,root,root) +%doc AUTHORS CHANGES COPYING README +%{_libdir}/libao.so.* +%{_libdir}/ao + +%files devel +%defattr(-,root,root) +%doc doc/* +%{_includedir}/ao +%{_libdir}/libao.so +%{_datadir}/aclocal/ao.m4 + +%clean +[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%changelog +* Fri Jul 20 2001 Bill Nottingham +- split this off from the vorbis package, as something else now requires it + +* 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..e697dab 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f4708f76c18cadc781ecbe0b9131d050 libao-0.7.0.tar.gz