diff --git a/.cvsignore b/.cvsignore index 2a6af21..c85b057 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -audiofile-0.2.1.tar.gz +audiofile-0.2.3.tar.gz diff --git a/audiofile.spec b/audiofile.spec index bb934c5..60c7d81 100644 --- a/audiofile.spec +++ b/audiofile.spec @@ -1,35 +1,34 @@ Summary: A library for accessing various audio file formats. Name: audiofile -Version: 0.2.1 -Release: 2 +Version: 0.2.3 +Release: 1 Epoch: 1 -Copyright: LGPL +License: LGPL Group: System Environment/Libraries -Source: ftp://ftp.68k.org/pub/michael/audiofile-%{version}.tar.gz -URL: http://www.68k.org/~michael/audiofile/ +Source: ftp://oss.sgi.com/projects/download/audiofile-%{version}.tar.gz +URL: http://oss.sgi.com/projects/audofile/ BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/ldconfig %description The Audio File library is an implementation of SGI's Audio File Library, which provides an API for accessing audio file formats like -AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used +AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used by the EsounD daemon. -Install audiofile if you're installing EsounD or you need an API for +Install audiofile if you are installing EsounD or you need an API for any of the sound file formats it can handle. %package devel -Summary: Libraries, includes and other files to develop audiofile applications. +Summary: Development files for Audio File applications. Group: Development/Libraries Requires: %{name} = %{version} +Requires: pkgconfig >= 0.8 %description devel -The audiofile-devel package contains libraries, include files and +The audiofile-devel package contains libraries, include files, and other resources you can use to develop Audio File applications. -Install audiofile-devel if you want to develop Audio File apps. - %prep %setup -q @@ -65,10 +64,14 @@ rm -rf %{buildroot} %{_bindir}/audiofile-config %{_libdir}/lib*.so %{_libdir}/*.a +%{_libdir}/pkgconfig/*.pc %{_includedir}/* %{_datadir}/aclocal/* %changelog +* Tue Jan 8 2002 Owen Taylor +- Update to 0.2.3, update URLs + * Mon Jun 25 2001 Preston Brown - explicit requirement of -devel package on main package (#45205) diff --git a/sources b/sources index cef27c5..c4a48ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0a9205ac868350ab9aee78f1d282aa5 audiofile-0.2.1.tar.gz +73f420be03e3f4591008fd5ead6d284d audiofile-0.2.3.tar.gz