From 051a2cfd95da0e0a0d750326f36c33e841ff853f 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-apcu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index 1f13f03..0e430ec 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.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 @@ -118,7 +118,7 @@ upgrade path for the future. When O+ takes over, many will be tempted to use this would be a grave error. The tried and tested APC codebase provides far superior support for local storage of PHP variables. -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})}. %package devel -- cgit