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 | 051a2cfd95da0e0a0d750326f36c33e841ff853f (patch) | |
tree | e13527fd3d88f9b55b479c3727b0e39426e7fccc | |
parent | 5ad609d3d131977de6da42b92174558af3e5d80f (diff) |
cleanup for php56more
-rw-r--r-- | php-pecl-apcu.spec | 4 |
1 files 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 |