2177baa
Summary: A library for accessing various audio file formats
cvsdist 61e24f4
Name: audiofile
008fbae
Version: 0.2.7
376d35e
Release: 3%{?dist}
cvsdist 61e24f4
Epoch: 1
ce7f2d6
License: LGPLv2+
cvsdist 61e24f4
Group: System Environment/Libraries
77a2a8b
Source: http://www.68k.org/~michael/audiofile/audiofile-%{version}.tar.gz
2177baa
URL: http://www.68k.org/~michael/audiofile/
d3027f2
Patch2: audiofile-multilib.patch
2177baa
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
ce7f2d6
BuildRequires: libtool
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
2177baa
Summary: Development files for Audio File applications
cvsdist 61e24f4
Group: Development/Libraries
2177baa
Requires: %{name} = %{epoch}:%{version}-%{release}
2177baa
Requires: pkgconfig >= 1: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
d3027f2
%patch2 -p1 -b .multilib
cvsdist 61e24f4
cvsdist 61e24f4
%build
2177baa
%configure --disable-static
ce7f2d6
make %{?_smp_mflags} LIBTOOL="/usr/bin/libtool"
cvsdist 61e24f4
cvsdist 61e24f4
%install
2177baa
rm -rf $RPM_BUILD_ROOT
ce7f2d6
make DESTDIR="$RPM_BUILD_ROOT" install
cvsdist 61e24f4
cvsdist 251fd7a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
ce7f2d6
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
5f0ec3c
rm -f docs/Makefile*
cvsdist 251fd7a
2177baa
%post -p /sbin/ldconfig
cvsdist 61e24f4
2177baa
%postun -p /sbin/ldconfig
cvsdist 61e24f4
cvsdist 61e24f4
%clean
2177baa
rm -rf $RPM_BUILD_ROOT
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 c76444b
%{_libdir}/pkgconfig/*.pc
cvsdist 61e24f4
%{_includedir}/*
cvsdist 61e24f4
%{_datadir}/aclocal/*
cvsdist 61e24f4
cvsdist 61e24f4
%changelog
376d35e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.2.7-3
376d35e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
376d35e
15af30c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.2.7-2
15af30c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
15af30c
008fbae
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 0.2.7-1
008fbae
- Update to 0.2.7
008fbae
c207efe
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.2.6-11
c207efe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c207efe
47bd004
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.2.6-10
47bd004
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
47bd004
ce7f2d6
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:0.2.6-9
ce7f2d6
- fix license tag
ce7f2d6
ad7cbc3
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.2.6-8
ad7cbc3
- Autorebuild for GCC 4.3
ad7cbc3
d07451f
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 1:0.2.6-7
d07451f
- Rebuild for build ID
d07451f
2177baa
* Sat Feb  3 2007 Matthias Clasen <mclasen@redhat.com> - 1:0.2.6-6
2177baa
- Corrections from package review
2177baa
 
d3027f2
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:0.2.6-5
d3027f2
- Fix multilib conflicts
d3027f2
- Don't ship static libraries
d3027f2
d55e311
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:0.2.6-4.1
d55e311
- rebuild
d55e311
5f0ec3c
* Mon Apr 17 2006 John (J5) Palmieri <johnp@redhat.com> - 1:0.2.6-4
5f0ec3c
- Remove Makefile* from docs so they are not installed
5f0ec3c
7663a92
* Fri Mar 24 2006 Matthias Clasen <mclasen@redhat.com> - 1:0.2.6-3
7663a92
- Reduce memory consumption by making data tables const
7663a92
69a16de
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:0.2.6-2.2.1
69a16de
- bump again for double-long bug on ppc(64)
69a16de
091042d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:0.2.6-2.2
091042d
- rebuilt for new gcc4.1 snapshot and glibc changes
091042d
0b739eb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.2.6-2.1
ad181e9
- rebuilt
ad181e9
85b5aa4
* Thu Mar 17 2005 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