[perl-ParseUtil-Domain: 5/11] Remove incorrect executable bits

Mathieu Bridon bochecha at fedoraproject.org
Thu Mar 7 06:41:09 UTC 2013


commit 7831d29f189018887675685b8fd5bf75dd6a4c99
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Jan 25 13:25:46 2013 +0800

    Remove incorrect executable bits

 perl-ParseUtil-Domain.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-ParseUtil-Domain.spec b/perl-ParseUtil-Domain.spec
index 6b61ce3..c737ff9 100644
--- a/perl-ParseUtil-Domain.spec
+++ b/perl-ParseUtil-Domain.spec
@@ -46,6 +46,10 @@ by the Public Suffix List (http://publicsuffix.org/list/) to parse tlds.
 %prep
 %setup -q -n ParseUtil-Domain-%{version}
 
+# Remove incorrect executable bits
+chmod -x lib/ParseUtil/Domain.pm \
+         README \
+         data/effective_tld_names.txt
 
 %build
 perl Build.PL installdirs=vendor
@@ -73,6 +77,7 @@ perl Build.PL installdirs=vendor
 %changelog
 - Replace usage of the %%{__perl} macro by the plain perl command.
 - Add missing build requirements.
+- Remove incorrect executable bits.
 
 * Wed Jan 02 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 2.22-1
 - Initial package for Fedora, with help from cpanspec.


More information about the scm-commits mailing list