Fix find option order.

epel9
Steven Pritchard 19 years ago
parent ba46e5b265
commit baa543f798

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

@ -1,6 +1,6 @@
Name: perl-Test-Portability-Files
Version: 0.05
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Check file names portability
License: GPL or Artistic
Group: Development/Libraries
@ -32,7 +32,7 @@ rm -rf $RPM_BUILD_ROOT
#./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
make 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.05-3
- Fix find option order.
* Fri May 12 2006 Steven Pritchard <steve@kspei.com> 0.05-2
- Use Makefile.PL temporarily to work around Module::Build breakage.

Loading…
Cancel
Save