diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-23 11:42:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-23 11:42:50 +0200 |
commit | af97e7c588bb882f275cc4ff552deffada866f81 (patch) | |
tree | 0ecc7b671dc02f46c2f0967fe15e30b44e4e5ede | |
parent | 46b83764921c1d82034e9ea67906867533a0b1d3 (diff) |
cleanup (files dropped upstream)
-rw-r--r-- | php.spec | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -924,10 +924,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE -%if ! %{with_libgd} -cp ext/gd/libgd/README libgd_README -cp ext/gd/libgd/COPYING libgd_COPYING -%endif cp sapi/fpm/LICENSE fpm_LICENSE cp ext/mbstring/libmbfl/LICENSE libmbfl_LICENSE cp ext/fileinfo/libmagic/LICENSE libmagic_LICENSE @@ -1741,10 +1737,6 @@ fi %files mbstring -f files.mbstring %license libmbfl_LICENSE %files gd -f files.gd -%if ! %{with_libgd} -%license libgd_README -%license libgd_COPYING -%endif %files soap -f files.soap %files bcmath -f files.bcmath %license libbcmath_LICENSE |