diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-uopz.spec | 20 | 
2 files changed, 14 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #168 uopz version 2.0.5 ] { +Extension [ <persistent> extension #179 uopz version 2.0.6 ] {    - INI {      Entry [ uopz.overloads <SYSTEM> ] diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 9af9f7f..b853801 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -23,8 +23,8 @@  Summary:        User Operations for Zend  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        2.0.5 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version:        2.0.6 +Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -38,6 +38,7 @@ Requires(post): %{__pecl}  Requires(postun): %{__pecl}  Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Provides:       %{?scl_prefix}php-%{pecl_name} = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -85,11 +86,16 @@ It supports the following activities:  Documentation: http://php.net/uopz +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}. +  %prep  %setup -q -c  mv %{pecl_name}-%{version} NTS +# Don't install/register tests +sed -e 's/role="test"/role="src"/' -i package.xml +  cd NTS  #sed -e /PHP_UOPZ_VERSION/s/2.0.0/%{version}/ -i uopz.h @@ -170,10 +176,7 @@ make -C ZTS install INSTALL_ROOT=%{buildroot}  install -D -m 644 ZTS/%{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}  %endif -# Test & Documentation -for i in $(grep 'role="test"' package.xml | sed -e 's/^.*name="//;s/".*$//') -do install -Dpm 644 NTS/$i %{buildroot}%{pecl_testdir}/%{pecl_name}/$i -done +# Documentation  for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//')  do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i  done @@ -226,7 +229,6 @@ rm -rf %{buildroot}  %files  %defattr(-,root,root,-)  %doc %{pecl_docdir}/%{pecl_name} -%doc %{pecl_testdir}/%{pecl_name}  %{pecl_xmldir}/%{name}.xml  %config(noreplace) %{php_inidir}/%{ini_name} @@ -241,6 +243,10 @@ rm -rf %{buildroot}  # add date time as upstream used to release various  # archives using the same version :(  %changelog +* Wed Oct 15 2014 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 +- Update to 2.0.6 +- don't provide test suite +  * Tue Aug 26 2014 Remi Collet <rcollet@redhat.com> - 2.0.5-2  - improve SCL build  | 
