auto-import changelog data from libao-0.8.0-1.src.rpm
Tue Aug 14 2001 Bill Nottingham <notting@redhat.com> - update to 0.8.0
This commit is contained in:
parent
404db67f9b
commit
0db3ce81ab
@ -1 +1 @@
|
||||
libao-0.7.0.tar.gz
|
||||
libao-0.8.0.tar.gz
|
||||
|
||||
14
libao.spec
14
libao.spec
@ -1,23 +1,23 @@
|
||||
Summary: Cross Platform Audio Output Library
|
||||
Summary: Cross Platform Audio Output Library.
|
||||
Name: libao
|
||||
Version: 0.7.0
|
||||
Version: 0.8.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
|
||||
Patch: libao-0.8.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
|
||||
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
|
||||
Summary: Cross Platform Audio Output Library Development.
|
||||
Group: Development/Libraries
|
||||
Requires: libao = %{version}
|
||||
|
||||
@ -42,6 +42,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%doc AUTHORS CHANGES COPYING README
|
||||
%{_libdir}/libao.so.*
|
||||
%{_libdir}/ao
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -58,6 +59,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2001 Bill Nottingham <notting@redhat.com>
|
||||
- update to 0.8.0
|
||||
|
||||
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
|
||||
- split this off from the vorbis package, as something else now requires it
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user