From ee3349d417a50f0b91c8b124385718ef812543b3 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sun, 17 Sep 2006 20:53:54 +0000 Subject: Fix find option order. --- perl-Module-Pluggable.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'perl-Module-Pluggable.spec') diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec index ce5a0f0..89e0557 100644 --- a/perl-Module-Pluggable.spec +++ b/perl-Module-Pluggable.spec @@ -2,7 +2,7 @@ Name: perl-Module-Pluggable Version: 3.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatically give your module the ability to have plugins License: GPL or Artistic Group: Development/Libraries @@ -29,7 +29,7 @@ your module. rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -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/* @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Sep 16 2006 Steven Pritchard 3.10-2 +- Fix find option order. + * Mon Jul 17 2006 Steven Pritchard 3.10-1 - Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm). - BR Class::Inspector. -- cgit