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 | 272e6f7c967fd73caa386d1b509712b6ca3bcef9 (patch) | |
tree | f281b0ac0e9201130f32ce132392caccb88088a5 | |
parent | d4a4307d3ee7034873a225cc640a06da832e7f3b (diff) |
cleanup for php56more
-rw-r--r-- | php-pecl-uuid.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index e838da9..e05f342 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.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 @@ -87,7 +87,7 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %description A wrapper around Universally Unique Identifier library (libuuid). -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 |