diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-18 14:15:09 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-18 14:15:09 +0200 |
commit | 3f7a27e4fd8b3f523571ed24e7885fc872142b74 (patch) | |
tree | b00021d3cb1f8cb024c0dc8674edcc6ed4f764ce /php-pecl-apm.spec | |
parent | 9c9e9ca8c10ffa3e294c5d113e49d664380e9f9f (diff) |
php 5.6 - add failed test list
Diffstat (limited to 'php-pecl-apm.spec')
-rw-r--r-- | php-pecl-apm.spec | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/php-pecl-apm.spec b/php-pecl-apm.spec index b72bbe2..9b9e137 100644 --- a/php-pecl-apm.spec +++ b/php-pecl-apm.spec @@ -1,4 +1,4 @@ -# spec file for php-pecl-apm +# remirepo spec file for php-pecl-apm # # Copyright (c) 2015 Remi Collet # License: CC-BY-SA @@ -38,14 +38,12 @@ Name: %{?scl_prefix}php-pecl-apm Summary: Alternative PHP Monitor -Version: 2.0.2 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 2.0.3 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz # Disable the extension and drivers by default Patch0: %{proj_name}-config.patch -# Upstream patches -Patch1: %{proj_name}-upstream.patch License: PHP Group: Development/Languages @@ -61,8 +59,6 @@ BuildRequires: sqlite-devel >= 3.6 BuildRequires: mysql-devel BuildRequires: zlib-devel -Requires(post): %{__pecl} -Requires(postun): %{__pecl} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} @@ -122,7 +118,7 @@ mv %{proj_name}-%{version} NTS cd NTS %patch0 -p0 -b .rpm -%patch1 -p1 -b .upstream +sed -e 's:/var/php/apm/db:%{_localstatedir}/lib/php/apm/db:' -i apm.ini : Sanity check, really often broken extver=$(sed -n '/#define PHP_APM_VERSION/{s/.* "//;s/".*$//;p}' php_apm.h) @@ -182,6 +178,9 @@ install -D -m 644 ZTS/apm.ini %{buildroot}%{php_ztsinidir}/%{ini_name} # Install the package XML file install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml +# Default database dir +install -m 700 -d $RPM_BUILD_ROOT%{_localstatedir}/lib/php/apm/db + cd NTS for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//') do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{proj_name}/$i @@ -237,6 +236,8 @@ fi %defattr(-,root,root,-) %doc %{pecl_docdir}/%{proj_name} %{pecl_xmldir}/%{name}.xml +%dir %attr(0770,root,apache) %dir %{_localstatedir}/lib/php/apm +%dir %attr(0770,root,apache) %dir %{_localstatedir}/lib/php/apm/db %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{pecl_name}.so @@ -248,12 +249,17 @@ fi %changelog +* Mon May 18 2015 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 +- Update to 2.0.3 (stable) +- drop runtime dependency on pear, new scriptlets +- provide /var/lib/php/apm/db directory + * Tue Mar 10 2015 Remi Collet <remi@fedoraproject.org> - 2.0.2-2 - upstream patches - fix provided configuration * Tue Mar 10 2015 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 -- Update to 2.0.2 +- Update to 2.0.2 (stable) - drop sub package, apm-web is now a separate project - enable ZTS extension @@ -264,7 +270,7 @@ fi - fix permission of configuration file * Sat Feb 21 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 -- initial package, version 2.0.0 +- initial package, version 2.0.0 (stable) - open upstream bugs: https://github.com/patrickallaert/php-apm/issues/10 - configure https://github.com/patrickallaert/php-apm/issues/11 - bad version |