public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Parse-CPAN-Packages] epel10.3: Fix find option order.
@ 2026-08-25 14:42 Steven Pritchard
0 siblings, 0 replies; only message in thread
From: Steven Pritchard @ 2026-08-25 14:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Parse-CPAN-Packages
Branch : epel10.3
Commit : 4671cec58d83ec120384cc3a101f034225b59878
Author : Steven Pritchard <steve@fedoraproject.org>
Date : 2006-09-17T20:58:25+00:00
Stats : +5/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Parse-CPAN-Packages/c/4671cec58d83ec120384cc3a101f034225b59878?branch=epel10.3
Log:
Fix find option order.
---
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-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
index ce75cb8..e55de46 100644
--- a/perl-Parse-CPAN-Packages.spec
+++ b/perl-Parse-CPAN-Packages.spec
@@ -1,6 +1,6 @@
Name: perl-Parse-CPAN-Packages
Version: 2.26
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Parse 02packages.details.txt.gz
License: GPL or Artistic
Group: Development/Libraries
@@ -35,7 +35,7 @@ interface to the data contained within.
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/*
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 2.26-3
+- Fix find option order.
+
* Sat Jul 01 2006 Steven Pritchard <steve@kspei.com> 2.26-2
- BR version.pm.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-25 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 14:42 [rpms/perl-Parse-CPAN-Packages] epel10.3: Fix find option order Steven Pritchard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox