diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-23 16:21:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-23 16:21:38 +0200 |
commit | 5a565b02dbda28d67730a10e0c4a6120f272f2fe (patch) | |
tree | 7eaa2b8a3b334854b892f3ce7bb53ef68bba64c4 | |
parent | 24ac9d0f0ed3ad6c094fddab75d5e3788abb9e38 (diff) |
php-pecl-xhprof: allow build against rh-php56 (as more-php56)
-rw-r--r-- | php-pecl-zmq.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-zmq.spec b/php-pecl-zmq.spec index eb06efd..954d43c 100644 --- a/php-pecl-zmq.spec +++ b/php-pecl-zmq.spec @@ -34,7 +34,7 @@ Summary: ZeroMQ messaging Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.2 -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} |