From bb8cdd79f374d8fa3fa7e24697c02d2e5390b2d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Mar 2016 07:06:33 +0100 Subject: php-pecl-mongodb: 1.1.3 (stable) --- php-pecl-mongodb.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 5a76147..399987b 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -9,9 +9,6 @@ # # Please, preserve the changelog entries # -%{!?__pecl: %global __pecl %{_bindir}/pecl} -%{!?__php: %global __php %{_bindir}/php} - %global with_zts 0%{?__ztsphp:1} %global pecl_name mongodb %if "%{php_version}" < "5.6" @@ -24,7 +21,7 @@ Summary: MongoDB driver for PHP Name: php-pecl-%{pecl_name} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} License: BSD Group: Development/Languages @@ -66,7 +63,9 @@ components necessary to build a fully-functional MongoDB driver. mv %{pecl_name}-%{version}%{?prever} NTS # Don't install/register tests -sed -e 's/role="test"/role="src"/' -i package.xml +sed -e 's/role="test"/role="src"/' \ + %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ + -i package.xml cd NTS @@ -143,6 +142,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i done +%if 0%{?fedora} < 24 # when pear installed alone, after us %triggerin -- php-pear if [ -x %{__pecl} ] ; then @@ -159,6 +159,7 @@ fi if [ $1 -eq 0 -a -x %{__pecl} ] ; then %{pecl_uninstall} %{pecl_name} >/dev/null || : fi +%endif %check @@ -192,6 +193,9 @@ cd ../ZTS %changelog +* Sat Mar 5 2016 Remi Collet - 1.1.3-1 +- Update to 1.1.3 (stable) + * Thu Jan 07 2016 Remi Collet - 1.1.2-1 - Update to 1.1.2 (stable) @@ -248,4 +252,5 @@ cd ../ZTS - open https://jira.mongodb.org/browse/PHPC-259 * Wed Apr 22 2015 Remi Collet - 0.5.0-1 -- initial package, version 0.5.0 (alpha) \ No newline at end of file +- initial package, version 0.5.0 (alpha) + -- cgit