auto-import changelog data from libao-0.8.4-1.src.rpm
Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 0.8.4-1 - update to 0.8.4 - fix alsa09 plugin to work with alsa-1.0.0pre
This commit is contained in:
parent
8176aa9038
commit
e985faf4f3
@ -1 +1 @@
|
||||
libao-0.8.3.tar.gz
|
||||
libao-0.8.4.tar.gz
|
||||
|
||||
2
ao.req
2
ao.req
@ -3,5 +3,5 @@
|
||||
filelist=`sed "s/['\"]/\\\&/g"`
|
||||
|
||||
{ echo $filelist | tr [:blank:] \\n | /usr/lib/rpm/find-requires | \
|
||||
grep -v artsc | grep -v esd | grep -v audiofile
|
||||
grep -v artsc | grep -v esd | grep -v audiofile | grep -v asound
|
||||
} | sort -u
|
||||
|
||||
16
libao.spec
16
libao.spec
@ -1,14 +1,15 @@
|
||||
Summary: Cross Platform Audio Output Library.
|
||||
Name: libao
|
||||
Version: 0.8.3
|
||||
Release: 5
|
||||
Version: 0.8.4
|
||||
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.8.4-alsa10.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: esound-devel >= 0.2.8, arts-devel
|
||||
BuildPrereq: esound-devel >= 0.2.8, arts-devel, alsa-lib-devel
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires %{SOURCE1}
|
||||
|
||||
@ -27,11 +28,13 @@ needed to develop applications with libao.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-ffast-math//" configure
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --enable-alsa09
|
||||
make
|
||||
|
||||
%install
|
||||
@ -53,6 +56,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%doc doc/*
|
||||
%{_includedir}/ao
|
||||
%{_libdir}/libao.so
|
||||
%{_libdir}/pkgconfig/ao.pc
|
||||
%{_datadir}/aclocal/ao.m4
|
||||
|
||||
%clean
|
||||
@ -63,6 +67,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 0.8.4-1
|
||||
- update to 0.8.4
|
||||
- fix alsa09 plugin to work with alsa-1.0.0pre
|
||||
|
||||
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 0.8.3-5
|
||||
- fix dependency blacklisting (#100917)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user