From 272e6f7c967fd73caa386d1b509712b6ca3bcef9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Jun 2015 10:47:21 +0200 Subject: cleanup for php56more --- php-pecl-uuid.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-pecl-uuid.spec') 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 -- cgit