diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-20 10:47:21 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-20 10:47:21 +0200 |
commit | a6c790afe64ba9149a8051a38a51429378398fe4 (patch) | |
tree | 384a1e08c48171aa07cdd564951b11a92cde2785 | |
parent | ac63c7b60352b5df6efce3508c4566b7b12d9e54 (diff) |
cleanup for php56more
-rw-r--r-- | php-pecl-igbinary.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 0110c82..1a2000e 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -13,7 +13,7 @@ %if "%{scl}" == "rh-php56" %global sub_prefix more-php56- %else -%global sub_prefix %{?scl_prefix} +%global sub_prefix %{scl_prefix} %endif %endif @@ -108,6 +108,8 @@ Provides: %{?scl_prefix}php-%{extname}-devel%{?_isa} = %{version}-%{release %description devel These are the files needed to compile programs using Igbinary +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. + %prep %setup -q -c |