From 1bd7ea84e6c08728e32d31bc28f5cffed1b4f18c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Mar 2018 06:15:56 +0100 Subject: update to 0.8.2 (stable) add optional dependency on psr extension --- php-pecl-handlebars.spec | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'php-pecl-handlebars.spec') diff --git a/php-pecl-handlebars.spec b/php-pecl-handlebars.spec index 2518a5d..69b43aa 100644 --- a/php-pecl-handlebars.spec +++ b/php-pecl-handlebars.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-handlebars # -# Copyright (c) 2017 Remi Collet +# Copyright (c) 2017-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -16,19 +16,19 @@ %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini %else -%global ini_name 40-%{pecl_name}.ini +# After 40-psr.ini +%global ini_name 50-%{pecl_name}.ini %endif %global with_tests 0%{!?_without_tests:1} %global upstream_version 0.8.2 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: Handlebars templating language Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD -Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -41,6 +41,9 @@ BuildRequires: libtalloc-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8 +Recommends: %{?scl_prefix}php-psr +%endif Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -190,7 +193,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 @@ -269,6 +272,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Mar 6 2018 Remi Collet - 0.8.2-1 +- update to 0.8.2 (stable) +- add optional dependency on psr extension + * Wed Jul 19 2017 Remi Collet - 0.8.2~RC2-1 - update to 0.8.2RC2 -- cgit