[perl-EV] Use standard macro

Mathieu Bridon bochecha at fedoraproject.org
Fri Sep 28 10:21:59 UTC 2012


commit 8d2f5e5c324f5ecafb5ecd822b1e99a7d5f72cb8
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Sep 28 18:19:16 2012 +0800

    Use standard macro

 perl-EV.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-EV.spec b/perl-EV.spec
index 93757d5..b1aa776 100644
--- a/perl-EV.spec
+++ b/perl-EV.spec
@@ -51,10 +51,11 @@ make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check


More information about the scm-commits mailing list