From f55ddd7839a2abe0dd63e0934e63d750e3bcb6a1 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-amqp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit