%lib_package sndfile 1 Summary: Library for reading and writing files containing sampled sound. Name: libsndfile Version: 1.0.16 Release: 8%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz Source1: http://www.mega-nerd.com/libsndfile/%{name}-%{version}.tar.gz.asc URL: http://www.mega-nerd.com/libsndfile/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ %description Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface. %prep %setup -q %build %configure make %install rm -rf %{buildroot} %makeinstall htmldir=`pwd`/dev cat > develfiles.list << EOF %defattr(-,root,root,-) %doc dev %doc doc/*.html doc/*.jpg %exclude %{_datadir}/octave EOF %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc NEWS TODO %{_bindir}/* %{_mandir}/man1/* %changelog * Mon Jul 10 2006 Axel Thimm - Update to 1.0.16. * Sat Jan 21 2006 Axel Thimm - Update to 1.0.13. * Sun Oct 2 2005 Axel Thimm - Update to 1.0.12. * Mon Nov 15 2004 Axel Thimm - Update to 1.0.11. * Thu Jun 17 2004 Axel Thimm - Update to 1.0.10. * Wed Mar 31 2004 Axel Thimm - Update to 1.0.9. * Sun May 4 2003 Matthias Saou - Update to 1.0.5. * Wed Apr 9 2003 Matthias Saou - Spec file adapted from the PLD one. - Update to 1.0.4.