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 | f55ddd7839a2abe0dd63e0934e63d750e3bcb6a1 (patch) | |
tree | 57d1c7078fc0c877fe5512034770462cb8d179a8 | |
parent | 492c09c9d5cf666f8b6a7d6d298331633775524f (diff) |
cleanup for php56more
-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 |