diff options
-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 |