diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-24 09:24:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-24 09:24:49 +0200 |
commit | 6c0b2e10e93e003f82eeb09b17f233b8915f594e (patch) | |
tree | 6204de922a153991f55b7473a7d1125d7203cca6 | |
parent | a843d020ff68ddd64a310e575c7b04656b7d14be (diff) |
php-pecl-json-post: allow build against rh-php56 (as more-php56)
-rw-r--r-- | php-pecl-json-post.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index a5d7854..88f5a36 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -37,7 +37,7 @@ Summary: JSON POST handler Name: %{?sub_prefix}php-pecl-json-post Version: 1.0.0 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?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} |