[perl-Net-IDN-Encode: 5/9] Remove the incorrect executable bits

Mathieu Bridon bochecha at fedoraproject.org
Mon Jan 21 04:35:04 UTC 2013


commit a0dddb7aff3c69fa4665eb795c32422daff20725
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jan 17 16:06:25 2013 +0800

    Remove the incorrect executable bits

 perl-Net-IDN-Encode.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Net-IDN-Encode.spec b/perl-Net-IDN-Encode.spec
index edbd8d5..80e688c 100644
--- a/perl-Net-IDN-Encode.spec
+++ b/perl-Net-IDN-Encode.spec
@@ -31,6 +31,10 @@ Internationalized Domain Names (IDNs).
 %prep
 %setup -q -n Net-IDN-Encode-%{version}
 
+# Remove incorrect executable bits
+chmod -x lib/Net/IDN/Encode.pm \
+         lib/Net/IDN/Standards.pod
+
 
 %build
 %{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
@@ -58,6 +62,7 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %changelog
 - Add missing build requirements.
 - Add a requirement left out by rpmbuild.
+- Remove the incorrect executable bits.
 
 * Wed Jan 02 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 2.003-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list