From 1c2d8fa87513f1c0687e5c178f4705edb261fbcd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Mar 2016 17:10:45 +0100 Subject: php-horde-horde-lz4: adapt for F24 --- php-horde-horde-lz4.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-horde-horde-lz4.spec b/php-horde-horde-lz4.spec index cf3cb4f..b2cd577 100644 --- a/php-horde-horde-lz4.spec +++ b/php-horde-horde-lz4.spec @@ -40,7 +40,7 @@ Summary: Horde LZ4 Compression Extension Name: %{?sub_prefix}php-horde-horde-lz4 Version: 1.0.9 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://www.horde.org @@ -182,6 +182,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pear_docdir}/%{pecl_name}/$i done +%if 0%{?fedora} < 24 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -198,6 +199,7 @@ fi if [ $1 -eq 0 -a -x %{__pecl} ] ; then %{pecl_uninstall} %{pecl_channel}/%{pecl_name} >/dev/null || : fi +%endif %check @@ -246,6 +248,9 @@ rm -rf %{buildroot} %changelog +* Fri Mar 4 2016 Remi Collet - 1.0.9-2 +- adapt for F24 + * Tue Feb 02 2016 Remi Collet - 1.0.9-1 - Update to 1.0.9 -- cgit