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 | 817708d1b974f17f6610c99635aac5d0ae2bcf4a (patch) | |
tree | b4f432e78692b74f44da1c5716e1686a7457e90b | |
parent | a934b04e135c202b26175cdead87329a1eee720f (diff) |
cleanup for php56more
-rw-r--r-- | php-pecl-lzf.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 4b5bcda..bf8334e 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -12,7 +12,7 @@ %if "%{scl}" == "rh-php56" %global sub_prefix more-php56- %else -%global sub_prefix %{?scl_prefix} +%global sub_prefix %{scl_prefix} %endif %endif @@ -87,7 +87,7 @@ library LZF is a very fast compression algorithm, ideal for saving space with a slight speed cost. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. %prep |