diff options
| -rw-r--r-- | php-pecl-amqp.spec | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index fe98180..d52f37d 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.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 @@ -96,6 +96,8 @@ such as RabbitMQ, OpenAMQP and Qpid, giving you the ability to create and  delete exchanges and queues, as well as publish to any exchange and consume  from any queue. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +  %prep  %setup -q -c  | 
