cvsdist 61e24f4
Summary: A library for accessing various audio file formats.
cvsdist 61e24f4
Name: audiofile
cvsdist b74bd76
Version: 0.2.6
545cee8
Release: 2 
cvsdist 61e24f4
Epoch: 1
cvsdist c76444b
License: LGPL
cvsdist 61e24f4
Group: System Environment/Libraries
cvsdist 0745914
Source: ftp://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-%{version}.tar.bz2
cvsdist b74bd76
Patch0: audiofile-underquoted.patch
cvsdist 61e24f4
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 61e24f4
Prereq: /sbin/ldconfig
cvsdist 61e24f4
cvsdist 61e24f4
%description
cvsdist b74bd76
The Audio File library is an implementation of the Audio File Library
cvsdist b74bd76
from SGI, which provides an API for accessing audio file formats like
cvsdist c76444b
AIFF/AIFF-C, WAVE, and NeXT/Sun .snd/.au files. This library is used
cvsdist 61e24f4
by the EsounD daemon.
cvsdist 61e24f4
cvsdist c76444b
Install audiofile if you are 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 c76444b
Summary: Development files for Audio File applications.
cvsdist 61e24f4
Group: Development/Libraries
cvsdist ddca3b5
Requires: %{name} = %{epoch}:%{version}
cvsdist ddca3b5
Requires: pkgconfig >= 0:0.8
cvsdist 61e24f4
cvsdist 61e24f4
%description devel
cvsdist c76444b
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
%prep
cvsdist 61e24f4
%setup -q
cvsdist b74bd76
%patch0 -p1 -b .underquoted
cvsdist 61e24f4
cvsdist 61e24f4
%build
cvsdist 61e24f4
%configure
cvsdist 61e24f4
make
cvsdist 61e24f4
cvsdist 61e24f4
%install
cvsdist 61e24f4
rm -rf %{buildroot}
cvsdist 61e24f4
mkdir -p %{buildroot}
cvsdist 61e24f4
cvsdist 61e24f4
%makeinstall
cvsdist 61e24f4
cvsdist 251fd7a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist 251fd7a
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 c76444b
%{_libdir}/pkgconfig/*.pc
cvsdist 61e24f4
%{_includedir}/*
cvsdist 61e24f4
%{_datadir}/aclocal/*
cvsdist 61e24f4
cvsdist 61e24f4
%changelog
545cee8
* Thu Mar 17 2004 John (J5) Palmieri <johnp@redhat.com> - 0.2.6-2
545cee8
- rebuild for gcc 4.0
545cee8
cvsdist b74bd76
* Thu Jul 30 2004 Colin Walters  <walters@redhat.com>
cvsdist b74bd76
- Update to 0.2.6
cvsdist b74bd76
- Rework description to not contain apostrophe that
cvsdist b74bd76
  makes emacs unhappy
cvsdist b74bd76
cvsdist b74bd76
* Thu Jul 15 2004 Tim Waugh <twaugh@redhat.com>
cvsdist b74bd76
- Fixed warnings in shipped m4 file.
cvsdist b74bd76
cvsdist 33d0318
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 33d0318
- rebuilt
cvsdist 33d0318
cvsdist 0745914
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0745914
- rebuilt
cvsdist 0745914
cvsdist 0745914
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 1:0.2.5-1
cvsdist 0745914
- update to 0.2.5
cvsdist 0745914
cvsdist 0745914
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0745914
- rebuilt
cvsdist 0745914
cvsdist 0745914
* Sun Jun  8 2003 Tim Powers <timp@redhat.com> 1:0.2.3-7.1
cvsdist 0745914
- rebuild for RHEL
cvsdist 0745914
cvsdist ddca3b5
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist ddca3b5
- rebuilt
cvsdist ddca3b5
cvsdist ddca3b5
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist ddca3b5
- add explicit epoch's where needed.
cvsdist ddca3b5
cvsdist 251fd7a
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com>
cvsdist 251fd7a
- fix URL (#71010)
cvsdist 251fd7a
cvsdist 251fd7a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 251fd7a
- rebuilt
cvsdist 251fd7a
cvsdist 251fd7a
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com>
cvsdist 251fd7a
- Remove unpackaged files
cvsdist 251fd7a
cvsdist a7513d6
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist a7513d6
- automated rebuild
cvsdist a7513d6
cvsdist d0a3a6d
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist d0a3a6d
- automated rebuild
cvsdist d0a3a6d
cvsdist c76444b
* Tue Jan  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist c76444b
- Update to 0.2.3, update URLs
cvsdist c76444b
cvsdist 9f5d640
* Mon Jun 25 2001 Preston Brown <pbrown@redhat.com>
cvsdist 9f5d640
- explicit requirement of -devel package on main package (#45205)
cvsdist 9f5d640
cvsdist fbceeb3
* Tue Apr 17 2001 Jonathan Blandford <jrb@redhat.com>
cvsdist fbceeb3
- Bumped version to 0.2.1
cvsdist fbceeb3
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