[perl-Digest-BubbleBabble: 17/18] Use %{_fixperms} macro instead of our own chmod incantation

Paul Howarth pghmcfc at fedoraproject.org
Thu Mar 24 11:28:21 UTC 2011


commit 549ff448d45ec538953f4ebf23a05d97782ec867
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Mar 24 11:14:48 2011 +0000

    Use %{_fixperms} macro instead of our own chmod incantation

 perl-Digest-BubbleBabble.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Digest-BubbleBabble.spec b/perl-Digest-BubbleBabble.spec
index eaa3d57..3ca03cf 100644
--- a/perl-Digest-BubbleBabble.spec
+++ b/perl-Digest-BubbleBabble.spec
@@ -40,7 +40,7 @@ rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
-chmod -R u+w %{buildroot}
+%{_fixperms} %{buildroot}
 
 %clean
 rm -rf %{buildroot}
@@ -60,6 +60,7 @@ rm -rf %{buildroot}
   - Added author tests (xt/) and modified SYNOPSIS for all modules to make
     them pass the compilation test
 - Nobody else likes macros for commands
+- Use %%{_fixperms} macro instead of our own chmod incantation
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.01-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild



More information about the perl-devel mailing list