Fix find option order.

This commit is contained in:
Steven Pritchard 2006-09-17 22:26:55 +00:00
parent 5c7af9486c
commit 34f9149621
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-Test-Deep
Version: 0.095
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Extremely flexible deep comparison
License: GPL or Artistic
Group: Development/Libraries
@ -33,7 +33,7 @@ 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 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/*
@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.095-2
- Fix find option order.
* Fri Apr 21 2006 Steven Pritchard <steve@kspei.com> 0.095-1
- Update to 0.095.