Fix find option order.

This commit is contained in:
Steven Pritchard 2006-09-17 20:52:33 +00:00
parent 6b9e5a0992
commit aec1925bd4
2 changed files with 5 additions and 3 deletions

View File

@ -1 +0,0 @@
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild

View File

@ -1,6 +1,6 @@
Name: perl-Module-Load Name: perl-Module-Load
Version: 0.10 Version: 0.10
Release: 1%{?dist} Release: 2%{?dist}
Summary: Runtime require of both modules and files Summary: Runtime require of both modules and files
License: GPL or Artistic License: GPL or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -27,7 +27,7 @@ rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$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 .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.10-2
- Fix find option order.
* Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.10-1 * Thu Mar 23 2006 Steven Pritchard <steve@kspei.com> 0.10-1
- Specfile autogenerated by cpanspec 1.62. - Specfile autogenerated by cpanspec 1.62.
- Fix License. - Fix License.