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