From aec1925bd4100bdb25c80c553de73847779f340e Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sun, 17 Sep 2006 20:52:33 +0000 Subject: [PATCH] Fix find option order. --- needs.rebuild | 1 - perl-Module-Load.spec | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 needs.rebuild diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/perl-Module-Load.spec b/perl-Module-Load.spec index 9afb481..20532ca 100644 --- a/perl-Module-Load.spec +++ b/perl-Module-Load.spec @@ -1,6 +1,6 @@ Name: perl-Module-Load Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Runtime require of both modules and files License: GPL or Artistic Group: Development/Libraries @@ -27,7 +27,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/* @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Sep 16 2006 Steven Pritchard 0.10-2 +- Fix find option order. + * Thu Mar 23 2006 Steven Pritchard 0.10-1 - Specfile autogenerated by cpanspec 1.62. - Fix License.