Spec cleanup
This commit is contained in:
parent
3d71325dec
commit
616e667cac
@ -1,6 +1,6 @@
|
||||
Name: perl-Number-Compare
|
||||
Version: 0.01
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Perl module for numeric comparisons
|
||||
License: Artistic or GPL
|
||||
Group: Development/Libraries
|
||||
@ -29,7 +29,6 @@ make %{?_smp_mflags}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -48,7 +47,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.01-2
|
||||
* Wed Aug 13 2005 Ralf Corsepius <ralf@links2linux.de> - 0.01-3
|
||||
- Spec cleanup.
|
||||
|
||||
* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.01-2
|
||||
- FE re-submission.
|
||||
|
||||
* Fri Jul 01 2005 Ralf Corsepius <ralf@links2linux.de> - 0.01-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user