diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-11 16:48:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-11 16:48:35 +0200 |
commit | 8b650ba617ec1d6a78d6d263156eefae407e0395 (patch) | |
tree | e4145127c3a5f89fc5e778d53f7af8a0c1b72b3a | |
parent | e5dba5f93ea392a4be59ed9131fcce2bf591fb9d (diff) |
CS
-rw-r--r-- | php-pecl-redis6.spec | 6 |
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 |