]> git.pld-linux.org Git - packages/php-redis.git/commitdiff
- rel 2; just BR cli auto/th/php-redis-3.1.4-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 4 Nov 2017 12:50:26 +0000 (13:50 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 4 Nov 2017 12:50:26 +0000 (13:50 +0100)
php-redis.spec

index 29819ef1bcf02e1067aae1668c472f7a7590e673..83311a775800ab3469314a3d3c456c4095011f9d 100644 (file)
@@ -9,7 +9,7 @@
 Summary:       %{modname} A PHP extension for Redis
 Name:          %{php_name}-%{modname}
 Version:       3.1.4
-Release:       1
+Release:       2
 License:       PHP 3.01
 Group:         Development/Languages/PHP
 Source0:       https://github.com/nicolasff/phpredis/tarball/%{version}/%{modname}-%{version}.tar.gz
@@ -18,10 +18,12 @@ Source1:    https://github.com/ukko/phpredis-phpdoc/tarball/master/%{modname}-phpdo
 # Source1-md5: eb4163a1c5eaaa41beccfba9be0a9878
 URL:           https://github.com/nicolasff/phpredis
 BuildRequires: %{php_name}-devel >= 4:5.0.4
-%{?with_tests:BuildRequires:   %{php_name}-pcre}
-%{?with_tests:BuildRequires:   %{php_name}-session}
-%{?with_tests:BuildRequires:   %{php_name}-simplexml}
-%{?with_tests:BuildRequires:   %{__php}}
+%if %{with tests}
+BuildRequires: %{php_name}-pcre
+BuildRequires: %{php_name}-session
+BuildRequires: %{php_name}-simplexml
+BuildRequires: %{php_name}-cli
+%endif
 BuildRequires: rpmbuild(macros) >= 1.519
 %{?requires_php_extension}
 Requires:      %{php_name}-session
This page took 0.107741 seconds and 5 git commands to generate.