diff options
-rw-r--r-- | php-pecl-zip.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index f008b25..aa4658f 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -10,14 +10,14 @@ # Please, preserve the changelog entries # +%{?scl:%scl_package php-pecl-zip} + # For PHP < 5.6 and EPEL-9 %{!?__phpize: %global __phpize %{_bindir}/phpize} %{!?__ztsphpize: %global __ztsphpize %{_bindir}/zts-phpize} %{!?__phpconfig: %global __phpconfig %{_bindir}/php-config} %{!?__ztsphpconfig:%global __ztsphpconfig %{_bindir}/zts-php-config} -%{?scl:%scl_package php-pecl-zip} - %if ( 0%{?scl:1} && 0%{?rhel} == 8 ) || 0%{?rhel} >= 9 %bcond_without move_to_opt %else |