From 3e9831e33b7a438a56b5bbb4261237897dc0f129 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2020 11:43:05 +0200 Subject: cleanup (files dropped upstream) --- php.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/php.spec b/php.spec index 5a79041..9ff483f 100644 --- a/php.spec +++ b/php.spec @@ -945,10 +945,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 @@ -1767,10 +1763,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 -- cgit