From 2f75064f7ffa13a9d897cca77520942f11e405d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jun 2018 06:23:29 +0200 Subject: v2.0.4 --- php-pecl-gearman.spec | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'php-pecl-gearman.spec') diff --git a/php-pecl-gearman.spec b/php-pecl-gearman.spec index e12dfb7..1ff43cb 100644 --- a/php-pecl-gearman.spec +++ b/php-pecl-gearman.spec @@ -13,7 +13,7 @@ %scl_package php-pecl-gearman %endif -%global gh_commit 4cb9afcc9dc73a8dd8bcd481f9e8df25a09048fc +%global gh_commit d948be1a937b1ebbfd5ad5ab84214398ec4ad777 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20161112 %global gh_owner wcgallego @@ -27,24 +27,22 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global extver 2.0.3 +%global extver 2.0.4 %global libver 1.1.0 Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman -Group: Development/Tools License: PHP URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: libgearman-devel > %{libver} -BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?dtsprefix}gcc +BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear # Required by phpize BuildRequires: autoconf, automake, libtool @@ -155,8 +153,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} - make -C NTS install INSTALL_ROOT=%{buildroot} # Install XML package description @@ -190,11 +186,7 @@ done %endif -%clean -rm -rf %{buildroot} - - -%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 @@ -215,7 +207,6 @@ fi %files -%defattr(-,root,root,-) %{?_licensedir:%license NTS/LICENSE} %doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml @@ -230,6 +221,9 @@ fi %changelog +* Wed Jun 27 2018 Remi Collet - 2.0.4-1 +- update to 2.0.4 + * Tue Oct 3 2017 Remi Collet - 2.0.3-4 - F27: release bump -- cgit