3 %define version @VERSION@
6 Summary: A library to handle various audio file formats.
11 Group: Libraries
/Sound
12 Source: http
://www.mega
-nerd.com
/libsndfile
/libsndfile
-%{version}.tar.gz
13 URL: http
://www.mega
-nerd.com
/libsndfile
/
14 BuildRoot: /var
/tmp
/%{name}-%{version}
17 libsndfile is a C library
for reading and writing sound files such as
18 AIFF
, AU and WAV files through one standard interface. It can currently
19 read/write
8, 16, 24 and
32-bit PCM files as well as
32-bit floating
20 point WAV files and a number of compressed formats.
23 Summary: Libraries
, includes
, etc to develop libsndfile applications
27 Libraries
, include files
, etc you can use to develop libsndfile applications.
37 if [ -d $RPM_BUILD_ROOT
]; then rm -rf $RPM_BUILD_ROOT
; fi
38 mkdir -p $RPM_BUILD_ROOT
39 make DESTDIR
=$RPM_BUILD_ROOT
install
41 if [ -d $RPM_BUILD_ROOT
]; then rm -rf $RPM_BUILD_ROOT
; fi
45 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO doc
46 %{_libdir}/libsndfile.so.
*
49 %{_datadir}/octave
/site
/m
/*
50 %{_defaultdocdir}/libsndfile1
-dev
/html
/*
54 %{_libdir}/libsndfile.a
55 %{_libdir}/libsndfile.la
56 %{_libdir}/libsndfile.so
57 %{_includedir}/sndfile.h
58 %{_libdir}/pkgconfig
/sndfile.pc
61 * Sun May
15 2005 Erik de Castro Lopo
<erikd@mega
-nerd.com
>
62 - Add html files to the files section.
63 * Tue Sep
16 2003 Erik de Castro Lopo
<erikd@mega
-nerd.com
>
64 - Apply corrections from Andrew Schultz.
65 * Mon Oct
21 2002 Erik de Castro Lopo
<erikd@mega
-nerd.com
>
66 - Force installation of sndfile.pc file.
67 * Thu Jul
6 2000 Josh Green
<jgreen@users.sourceforge.net
>
68 - Created libsndfile.spec.
in