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 f9bc8dc876
commit cf115523f1

View File

@ -1,18 +1,18 @@
Summary: Sample rate conversion library for audio data
Name: libsamplerate
Version: 0.1.2
Release: 2
License: GPL
Group: System Environment/Libraries
URL: http://www.mega-nerd.com/SRC/
Source0: http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
Summary: Sample rate conversion library for audio data
Name: libsamplerate
Version: 0.1.2
Release: 2
License: GPL
Group: System Environment/Libraries
URL: http://www.mega-nerd.com/SRC/
Source0: http://www.mega-nerd.com/SRC/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: libsndfile-devel >= 1.0.6 pkgconfig
%package devel
Summary: Development related files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
Summary: Development related files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
%description
@ -37,7 +37,7 @@ This package contains development files for %{name}
%build
%configure --disable-dependency-tracking --disable-fftw
make %{?_smp_mflags}
make %{?_smp_mflags}
%install
@ -93,5 +93,5 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jun 25 2003 Dams <anvil[AT]livna.org> 0:0.0.15-0.fdr.2
- Added some more doc
* Thu May 22 2003 Dams <anvil[AT]livna.org>
* Thu May 22 2003 Dams <anvil[AT]livna.org>
- Initial build.