public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Parse-CPAN-Packages] epel10: Use fixperms macro instead of our own chmod incantation.
@ 2026-08-25 14:41 Steven Pritchard
  0 siblings, 0 replies; only message in thread
From: Steven Pritchard @ 2026-08-25 14:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Parse-CPAN-Packages
Branch : epel10
Commit : 3c9f1adec649a00c8ea1e2acb98f5730521931a2
Author : Steven Pritchard <steve@fedoraproject.org>
Date   : 2007-04-18T15:45:00+00:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Parse-CPAN-Packages/c/3c9f1adec649a00c8ea1e2acb98f5730521931a2?branch=epel10

Log:
Use fixperms macro instead of our own chmod incantation.

---
diff --git a/perl-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
index e55de46..d54b7ea 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:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Parse 02packages.details.txt.gz
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 2.26-4
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 2.26-3
 - Fix find option order.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-25 14:41 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:41 [rpms/perl-Parse-CPAN-Packages] epel10: Use fixperms macro instead of our own chmod incantation Steven Pritchard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox