From 8b650ba617ec1d6a78d6d263156eefae407e0395 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Sep 2023 16:48:35 +0200 Subject: CS --- php-pecl-redis6.spec | 6 +++--- 1 file 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 -- cgit