[perl-Net-IDN-Nameprep: 5/10] Remove the incorrect executable bits

Mathieu Bridon bochecha at fedoraproject.org
Thu Feb 7 02:57:35 UTC 2013


commit bd9c8eaadbf40fe7353ff9ea21027d4f39d33155
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Jan 23 12:40:02 2013 +0800

    Remove the incorrect executable bits
    
    This was suggested by Petr during the review.

 perl-Net-IDN-Nameprep.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Net-IDN-Nameprep.spec b/perl-Net-IDN-Nameprep.spec
index d249e77..13edf59 100644
--- a/perl-Net-IDN-Nameprep.spec
+++ b/perl-Net-IDN-Nameprep.spec
@@ -32,6 +32,10 @@ for internationalizing the Domain Name System (DNS).
 %prep
 %setup -q -n Net-IDN-Nameprep-%{version}
 
+# Remove incorrect executable bits
+chmod -x Changes \
+         lib/Net/IDN/Nameprep.pm
+
 
 %build
 perl Build.PL installdirs=vendor
@@ -57,6 +61,7 @@ perl Build.PL installdirs=vendor
 %changelog
 - Replace the usage of the %%{__perl} macro by the plain perl command.
 - Add missing build requirements.
+- Remove the incorrect executable bits.
 
 * Fri Jan 04 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 1.101-1
 - Initial package for Fedora, with help from cpanspec.



More information about the perl-devel mailing list