From a050e7756c0dbff8e83257bc1c887ef23ab332e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 10:02:51 +0200 Subject: minor --- php-pecl-redis5.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-redis5.spec') diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec index 55b1544..e5ad196 100644 --- a/php-pecl-redis5.spec +++ b/php-pecl-redis5.spec @@ -40,10 +40,10 @@ BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json %if %{with_igbin} -BuildRequires: %{?sub_prefix}php-pecl-igbinary-devel +BuildRequires: %{?scl_prefix}php-pecl-igbinary-devel %endif %ifnarch ppc64 -BuildRequires: %{?sub_prefix}php-pecl-msgpack-devel >= 2.0.3 +BuildRequires: %{?scl_prefix}php-pecl-msgpack-devel >= 2.0.3 %endif BuildRequires: liblzf-devel # to run Test suite @@ -53,12 +53,12 @@ BuildRequires: redis >= 3 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -Requires: %{?sub_prefix}php-json%{?_isa} +Requires: %{?scl_prefix}php-json%{?_isa} %if %{with_igbin} -Requires: %{?sub_prefix}php-pecl(igbinary)%{?_isa} +Requires: %{?scl_prefix}php-pecl(igbinary)%{?_isa} %endif %ifnarch ppc64 -Requires: %{?sub_prefix}php-pecl-msgpack%{?_isa} +Requires: %{?scl_prefix}php-pecl-msgpack%{?_isa} %endif %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -- cgit