diff options
| author | Remi Collet <remi@remirepo.net> | 2023-11-14 15:30:27 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-11-14 15:30:27 +0100 | 
| commit | fa18cd439d3cf9c17d9c6f8b34470946ecf36fb8 (patch) | |
| tree | f4c7bf72b210c1f06af64b4412e298e022a76fa0 | |
| parent | 5df07be45aed49657ffb6c696c05b2db4bba6460 (diff) | |
fix directive order
| -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  | 
