summaryrefslogtreecommitdiffstats
path: root/php-pecl-zip.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-08-22 17:23:11 +0200
committerRemi Collet <fedora@famillecollet.com>2013-08-22 17:23:11 +0200
commitf95d2397983c79ce8c647afd0d3fe0d6f8c298b5 (patch)
tree7405fed6e74748f24537885cf8bfe32cce49fffa /php-pecl-zip.spec
parenta5cce75e0e2300a4ccf6f6bcbe7de1b51d235cda (diff)
php-pecl-zip: really really fix all spurious-executable-perm
Diffstat (limited to 'php-pecl-zip.spec')
-rw-r--r--php-pecl-zip.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec
index 0a869ea..21a523a 100644
--- a/php-pecl-zip.spec
+++ b/php-pecl-zip.spec
@@ -18,7 +18,7 @@ Summary: A ZIP archive management extension
Summary(fr): Une extension de gestion des ZIP
Name: php-pecl-zip
Version: 1.12.1
-Release: 4%{?dist}
+Release: 5%{?dist}
%if %{with_libzip}
License: PHP
%else
@@ -79,7 +79,7 @@ rm lib/*.c
%endif
# make rpmlint happy (fixed in upstream git)
-chmod -x *.c *.h lib/*.h lib/*.c examples/* CREDITS
+find . -type f -exec chmod -x {} \;
cd ..
: Create the configuration file
@@ -191,6 +191,9 @@ fi
%changelog
+* Thu Aug 22 2013 Remi Collet <rcollet@redhat.com> 1.12.1-5
+- really really fix all spurious-executable-perm
+
* Thu Aug 22 2013 Remi Collet <rcollet@redhat.com> 1.12.1-4
- really fix all spurious-executable-perm