auto-import changelog data from libao-0.8.2-2.src.rpm
Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> - hm, where did that esd output plugin go? Tue Jan 01 2002 Bill Nottingham <notting@redhat.com> - update to 0.8.2
This commit is contained in:
parent
0db3ce81ab
commit
a652483301
@ -1 +1 @@
|
||||
libao-0.8.0.tar.gz
|
||||
libao-0.8.2.tar.gz
|
||||
|
||||
15
libao.spec
15
libao.spec
@ -1,7 +1,7 @@
|
||||
Summary: Cross Platform Audio Output Library.
|
||||
Name: libao
|
||||
Version: 0.8.0
|
||||
Release: 1
|
||||
Version: 0.8.2
|
||||
Release: 2
|
||||
Group: System Environment/Libraries
|
||||
Copyright: GPL
|
||||
URL: http://www.xiph.org/
|
||||
@ -9,7 +9,7 @@ Source: http://www.xiph.org/ogg/vorbis/download/libao-%{version}.tar.gz
|
||||
Source1: ao.req
|
||||
Patch: libao-0.8.0-libdep.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: esound-devel, kdelibs-sound-devel
|
||||
BuildPrereq: esound-devel, arts-devel
|
||||
%define __find_requires %{SOURCE1}
|
||||
|
||||
%description
|
||||
@ -28,7 +28,8 @@ needed to develop applications with libao.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
perl -p -i -e "s/-O20 -ffast-math/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-O20/$RPM_OPT_FLAGS/" configure
|
||||
perl -p -i -e "s/-ffast-math//" configure
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -59,6 +60,12 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
|
||||
- hm, where did that esd output plugin go?
|
||||
|
||||
* Tue Jan 1 2002 Bill Nottingham <notting@redhat.com>
|
||||
- update to 0.8.2
|
||||
|
||||
* Tue Aug 14 2001 Bill Nottingham <notting@redhat.com>
|
||||
- update to 0.8.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user