From ff715ca9ac2da68f4acdc6510113898ed3cd5744 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jan 2019 15:23:14 +0100 Subject: cleanup for EL-8 --- php-pecl-spl-types.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pecl-spl-types.spec b/php-pecl-spl-types.spec index 61d5718..d366a24 100644 --- a/php-pecl-spl-types.spec +++ b/php-pecl-spl-types.spec @@ -1,6 +1,6 @@ # spec file for php-pecl-spl-types # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -20,7 +20,7 @@ Summary: Standard PHP Library, Types Addon Name: %{?scl_prefix}php-pecl-spl-types Version: 0.4.0 -Release: 9%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 10%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -157,7 +157,7 @@ done %{!?_licensedir:install -Dpm 644 NTS/LICENSE %{buildroot}%{pecl_docdir}/%{pecl_name}/LICENSE} -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 7 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -223,6 +223,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jan 21 2019 Remi Collet - 0.4.0-10 +- cleanup for EL-8 + * Tue Nov 7 2017 Remi Collet - 0.4.0-9 - rebuild to fix gh#87 bad dependency on php-spl -- cgit