diff --git a/libsndfile.spec b/libsndfile.spec index 077fcc8..f8e4d0b 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,16 +1,16 @@ -Summary: Library for reading and writing sound files -Name: libsndfile -Version: 1.0.11 -Release: 2 -License: LGPL -Group: System Environment/Libraries -URL: http://www.mega-nerd.com/libsndfile/ -Source0: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz +Summary: Library for reading and writing sound files +Name: libsndfile +Version: 1.0.11 +Release: 2 +License: LGPL +Group: System Environment/Libraries +URL: http://www.mega-nerd.com/libsndfile/ +Source0: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz Patch0: libsndfile-1.0.11-svx-channels.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -BuildRequires: alsa-lib-devel -Provides: %{name}-octave = %{version}-%{release} +BuildRequires: alsa-lib-devel +Provides: %{name}-octave = %{version}-%{release} %package devel Summary: Development files for libsndfile @@ -26,7 +26,7 @@ compiles and runs on *nix, MacOS, and Win32. %description devel libsndfile is a C library for reading and writing sound files such as -AIFF, AU, WAV, and others through one standard interface. +AIFF, AU, WAV, and others through one standard interface. This package contains files needed to develop with libsndfile. @@ -95,5 +95,5 @@ rm -rf $RPM_BUILD_ROOT - Provide -octave in main package, own more related dirs. - Bring specfile up to date with current spec templates. -* Sat Apr 12 2003 Dams +* Sat Apr 12 2003 Dams - Initial build.