auto-import changelog data from libao-0.8.3-1.src.rpm
Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 0.8.3-1 - update to 0.8.3
This commit is contained in:
parent
7e6a024bb1
commit
64e0332d76
@ -1 +1 @@
|
||||
libao-0.8.2.tar.gz
|
||||
libao-0.8.3.tar.gz
|
||||
|
||||
12
libao.spec
12
libao.spec
@ -1,15 +1,14 @@
|
||||
Summary: Cross Platform Audio Output Library.
|
||||
Name: libao
|
||||
Version: 0.8.2
|
||||
Release: 4
|
||||
Version: 0.8.3
|
||||
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.0-libdep.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildPrereq: esound-devel, arts-devel
|
||||
BuildPrereq: esound-devel >= 0.2.8, arts-devel
|
||||
%define __find_requires %{SOURCE1}
|
||||
|
||||
%description
|
||||
@ -27,7 +26,6 @@ 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
|
||||
|
||||
@ -36,6 +34,7 @@ perl -p -i -e "s/-ffast-math//" configure
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%files
|
||||
@ -60,6 +59,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com> 0.8.3-1
|
||||
- update to 0.8.3
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user