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:23 +00:00
parent 09e3285253
commit db5b6dfdee

View File

@ -22,7 +22,7 @@ An extensible, class oriented module written in perl and intended to be the back
end layer of internet protocol servers.
%prep
%setup -n %{rname}-%{version}
%setup -n %{rname}-%{version}
%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL \
@ -41,7 +41,7 @@ find %{buildroot} -type f -name ".*" -exec rm -f {} ';'
%check || :
make test
%clean
%clean
rm -fr %{buildroot}
%files