summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Pritchard <steve@fedoraproject.org>2006-09-17 20:53:54 +0000
committerSteven Pritchard <steve@fedoraproject.org>2006-09-17 20:53:54 +0000
commitee3349d417a50f0b91c8b124385718ef812543b3 (patch)
treedf3e4cb8b32e2ac905e20aa1366cfba64de27ae3
parent362dd9d82131bcd98cf644201570edef1a3e1731 (diff)
downloadperl-Module-Pluggable-ee3349d417a50f0b91c8b124385718ef812543b3.tar.gz
perl-Module-Pluggable-ee3349d417a50f0b91c8b124385718ef812543b3.tar.xz
perl-Module-Pluggable-ee3349d417a50f0b91c8b124385718ef812543b3.zip
-rw-r--r--needs.rebuild1
-rw-r--r--perl-Module-Pluggable.spec7
2 files changed, 5 insertions, 3 deletions
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-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 <steve@kspei.com> 3.10-2
+- Fix find option order.
+
* Mon Jul 17 2006 Steven Pritchard <steve@kspei.com> 3.10-1
- Update to 3.1 (using 3.10 for the package since 3.01 == 3.1 to rpm).
- BR Class::Inspector.