From aa32fd75d884fd882ab90e7b3eb4f950f647cff3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jun 2018 14:57:08 +0200 Subject: clean and rebuild --- php-pecl-dio.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec index e5dc701..c86ffc0 100644 --- a/php-pecl-dio.spec +++ b/php-pecl-dio.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-dio # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ #global prever dev %global pecl_name dio -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini %else @@ -20,13 +20,12 @@ Summary: Direct I/O functions Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.1.0 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?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}%{?prever}.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -145,7 +144,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} %{?dtsenable} make -C NTS install INSTALL_ROOT=%{buildroot} @@ -168,7 +166,7 @@ do install -Dpm 644 $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 @@ -219,12 +217,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{?_licensedir:%license NTS/LICENSE} %{!?_licensedir:%doc %{pecl_docdir}/%{pecl_name}} %{pecl_xmldir}/%{name}.xml @@ -239,6 +232,9 @@ rm -rf %{buildroot} %changelog +* Thu Jun 21 2018 Remi Collet - 0.1.0-4 +- cleanup and rebuild + * Tue Jul 18 2017 Remi Collet - 0.1.0-3 - rebuild for PHP 7.2.0beta1 new API -- cgit