From 4c6c81ac68edbe4530ea0f73f10b6c9c081401d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jun 2018 17:04:44 +0200 Subject: cleanup --- php-pecl-taint.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'php-pecl-taint.spec') diff --git a/php-pecl-taint.spec b/php-pecl-taint.spec index 8b1aa29..fe91515 100644 --- a/php-pecl-taint.spec +++ b/php-pecl-taint.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-taint # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -31,9 +31,9 @@ Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_V Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP -Group: Development/Languages URL: https://github.com/%{gh_owner}/%{gh_project} +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -195,7 +195,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%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 -- cgit