summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis5.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 10:02:51 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 10:02:51 +0200
commita050e7756c0dbff8e83257bc1c887ef23ab332e0 (patch)
tree537e2ac6888cc6a65e4584840cd857056de0996b /php-pecl-redis5.spec
parent2260b214fa33a9028f2dbba8037472b4e21f0f1d (diff)
minor
Diffstat (limited to 'php-pecl-redis5.spec')
-rw-r--r--php-pecl-redis5.spec10
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}}