cvsdist 61e24f4
Summary: A library for accessing various audio file formats.
cvsdist 61e24f4
Name: audiofile
cvsdist 0f72f67
Version: 0.1.11
cvsdist 0f72f67
Release: 1
cvsdist 61e24f4
Epoch: 1
cvsdist 61e24f4
Copyright: LGPL
cvsdist 61e24f4
Group: System Environment/Libraries
cvsdist 61e24f4
Source: ftp://ftp.68k.org/pub/michael/audiofile-%{version}.tar.gz
cvsdist 61e24f4
URL: http://www.68k.org/~michael/audiofile/
cvsdist 61e24f4
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 61e24f4
Prereq: /sbin/ldconfig
cvsdist 61e24f4
cvsdist 61e24f4
%description
cvsdist 61e24f4
The Audio File library is an implementation of SGI's Audio File
cvsdist 61e24f4
Library, which provides an API for accessing audio file formats like
cvsdist 61e24f4
AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files.  This library is used
cvsdist 61e24f4
by the EsounD daemon.
cvsdist 61e24f4
cvsdist 61e24f4
Install audiofile if you're installing EsounD or you need an API for
cvsdist 61e24f4
any of the sound file formats it can handle.
cvsdist 61e24f4
cvsdist 61e24f4
%package devel
cvsdist 61e24f4
Summary: Libraries, includes and other files to develop audiofile applications.
cvsdist 61e24f4
Group: Development/Libraries
cvsdist 61e24f4
cvsdist 61e24f4
%description devel
cvsdist 61e24f4
The audiofile-devel package contains libraries, include files and
cvsdist 61e24f4
other resources you can use to develop Audio File applications.
cvsdist 61e24f4
cvsdist 61e24f4
Install audiofile-devel if you want to develop Audio File apps.
cvsdist 61e24f4
cvsdist 61e24f4
%prep
cvsdist 61e24f4
%setup -q
cvsdist 61e24f4
cvsdist 61e24f4
%build
cvsdist 61e24f4
%configure
cvsdist 61e24f4
make
cvsdist 61e24f4
cvsdist 61e24f4
%install
cvsdist 61e24f4
cvsdist 61e24f4
rm -rf %{buildroot}
cvsdist 61e24f4
mkdir -p %{buildroot}
cvsdist 61e24f4
cvsdist 61e24f4
%makeinstall
cvsdist 61e24f4
cvsdist 61e24f4
%post
cvsdist 61e24f4
/sbin/ldconfig
cvsdist 61e24f4
cvsdist 61e24f4
%postun
cvsdist 61e24f4
/sbin/ldconfig
cvsdist 61e24f4
cvsdist 61e24f4
%clean
cvsdist 61e24f4
rm -rf %{buildroot}
cvsdist 61e24f4
cvsdist 61e24f4
%files
cvsdist 61e24f4
%defattr(-, root, root)
cvsdist 61e24f4
%doc COPYING TODO README ChangeLog docs
cvsdist 61e24f4
%{_bindir}/sfconvert
cvsdist 61e24f4
%{_bindir}/sfinfo
cvsdist 61e24f4
%{_libdir}/lib*.so.*
cvsdist 61e24f4
cvsdist 61e24f4
%files devel
cvsdist 61e24f4
%defattr(-, root, root)
cvsdist 61e24f4
%{_bindir}/audiofile-config
cvsdist 61e24f4
%{_libdir}/lib*.so
cvsdist 61e24f4
%{_libdir}/*.a
cvsdist 61e24f4
%{_includedir}/*
cvsdist 61e24f4
%{_datadir}/aclocal/*
cvsdist 61e24f4
cvsdist 61e24f4
%changelog
cvsdist 0f72f67
* Mon Dec 11 2000 Preston Brown <pbrown@redhat.com>
cvsdist 0f72f67
- upgrade to 0.1.11.
cvsdist 0f72f67
cvsdist 61e24f4
* Mon Aug 14 2000 Than Ngo <than@redhat.com>
cvsdist 61e24f4
- add ldconfig to %post and %postun (Bug #15413)
cvsdist 61e24f4
cvsdist 61e24f4
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 61e24f4
- Up Epoch and release
cvsdist 61e24f4
cvsdist 61e24f4
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 61e24f4
- automatic rebuild
cvsdist 61e24f4
cvsdist 61e24f4
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
cvsdist 61e24f4
- use FHS macros
cvsdist 61e24f4
cvsdist 61e24f4
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
cvsdist 61e24f4
- strip library, use configure macro.
cvsdist 61e24f4
cvsdist 61e24f4
* Tue Sep 14 1999 Elliot Lee <sopwith@redhat.com>
cvsdist 61e24f4
- 0.1.8pre (take whatever is in CVS).
cvsdist 61e24f4
cvsdist 61e24f4
* Fri Aug 13 1999 Michael Fulbrght <drmike@redhat.com>
cvsdist 61e24f4
- version 1.7.0
cvsdist 61e24f4
cvsdist 61e24f4
* Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
cvsdist 61e24f4
- updated patch from DaveM
cvsdist 61e24f4
cvsdist 61e24f4
* Fri Apr 16 1999 Matt Wilson <msw@redhat.com>
cvsdist 61e24f4
- added patch from Dave Miller to disable byte swapping in decoding
cvsdist 61e24f4
cvsdist 61e24f4
* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 61e24f4
- strip binaries before packaging
cvsdist 61e24f4
cvsdist 61e24f4
* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 61e24f4
- Version 0.1.6
cvsdist 61e24f4
cvsdist 61e24f4
* Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 61e24f4
- Removed libtoolize from %build
cvsdist 61e24f4
cvsdist 61e24f4
* Wed Feb 3 1999 Jonathan Blandfor <jrb@redhat.com>
cvsdist 61e24f4
- Newer version with bug fix.  Upped release.
cvsdist 61e24f4
cvsdist 61e24f4
* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
cvsdist 61e24f4
- integrating into rawhide release at GNOME freeze
cvsdist 61e24f4
cvsdist 61e24f4
* Fri Nov 20 1998 Michael Fulbright <drmike@redhat.com>
cvsdist 61e24f4
- First try at a spec file