From fa18cd439d3cf9c17d9c6f8b34470946ecf36fb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Nov 2023 15:30:27 +0100 Subject: fix directive order --- php-pecl-zip.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-zip.spec') 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 -- cgit