diff options
-rw-r--r-- | php-pecl-redis5.spec | 10 |
1 files changed, 5 insertions, 5 deletions
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}} |