diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-04 17:10:45 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-04 17:10:45 +0100 |
commit | 1c2d8fa87513f1c0687e5c178f4705edb261fbcd (patch) | |
tree | cdd459bf79f2b29fa5022247937b91a6f386ac91 | |
parent | 820f9835e3b1094b0a5d8ffd634640ad86594a89 (diff) |
php-horde-horde-lz4: adapt for F24
-rw-r--r-- | php-horde-horde-lz4.spec | 7 |
1 files changed, 6 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.9-2 +- adapt for F24 + * Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 1.0.9-1 - Update to 1.0.9 |