Further mass cleanup. One or more apply :

- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.
This commit is contained in:
Matthias Saou 2005-03-05 21:10:22 +00:00
parent 0f6011d873
commit 19e4178701
1 changed files with 13 additions and 13 deletions

View File

@ -1,16 +1,16 @@
Summary: Library for reading and writing sound files Summary: Library for reading and writing sound files
Name: libsndfile Name: libsndfile
Version: 1.0.11 Version: 1.0.11
Release: 2 Release: 2
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mega-nerd.com/libsndfile/ URL: http://www.mega-nerd.com/libsndfile/
Source0: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz Source0: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz
Patch0: libsndfile-1.0.11-svx-channels.patch 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 BuildRequires: alsa-lib-devel
Provides: %{name}-octave = %{version}-%{release} Provides: %{name}-octave = %{version}-%{release}
%package devel %package devel
Summary: Development files for libsndfile Summary: Development files for libsndfile
@ -26,7 +26,7 @@ compiles and runs on *nix, MacOS, and Win32.
%description devel %description devel
libsndfile is a C library for reading and writing sound files such as 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. 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. - Provide -octave in main package, own more related dirs.
- Bring specfile up to date with current spec templates. - Bring specfile up to date with current spec templates.
* Sat Apr 12 2003 Dams <anvil[AT]livna.org> * Sat Apr 12 2003 Dams <anvil[AT]livna.org>
- Initial build. - Initial build.