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:
parent
09e3285253
commit
db5b6dfdee
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user