diff options
| -rw-r--r-- | php-pecl-bitset.spec | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/php-pecl-bitset.spec b/php-pecl-bitset.spec index 22172f0..caaf5fe 100644 --- a/php-pecl-bitset.spec +++ b/php-pecl-bitset.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-bitset  # -# Copyright (c) 2014-2017 Remi Collet +# Copyright (c) 2014-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -25,7 +25,6 @@ Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        2.0.4  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP -Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -145,7 +144,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i  done -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8  # when pear installed alone, after us  %triggerin -- %{?scl_prefix}php-pear  if [ -x %{__pecl} ] ; then  | 
