summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-redis6.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec
index c4b880f..039367a 100644
--- a/php-pecl-redis6.spec
+++ b/php-pecl-redis6.spec
@@ -14,11 +14,11 @@
%bcond_without tests
%global _root_bindir %{_bindir}
%endif
+%bcond_without igbinary
+%bcond_without msgpack
%global pecl_name redis
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%bcond_without igbinary
-%bcond_without msgpack
# after 20-json, 40-igbinary and 40-msgpack
%global ini_name 50-%{pecl_name}.ini
@@ -33,7 +33,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP-3.01
URL: https://pecl.php.net/package/redis
-Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
+Source0: https://pecl.php.net/get/%{sources}.tgz
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc