summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-27 09:35:06 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-27 09:35:06 +0100
commit9aed9f7fce288350ff90c072e27ca8f8e3bf99b7 (patch)
tree871898323c0ffd5ffd1c9b61fa6e6bd298ac9d26
parent2189fd91722f4f5151937c9e9a8d02bf5e421fa8 (diff)
php-pecl-eio: 1.2.5 (stable)
-rw-r--r--php-pecl-eio.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec
index c17f354..01a5d08 100644
--- a/php-pecl-eio.spec
+++ b/php-pecl-eio.spec
@@ -15,13 +15,13 @@
# NOTE: bundled libeio (which is retired from Fedora)
#
-%global with_zts 0%{?__ztsphp:1}
%global pecl_name eio
+%global with_zts 0%{?__ztsphp:1}
Summary: Provides interface to the libeio library
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.2.4
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.2.5
+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,7 +38,13 @@ Requires(post): %{__pecl}
Requires(postun): %{__pecl}
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
+%if "%{php_version}" < "5.4"
+# php 5.3.3 in EL-6 don't use arched virtual provides
+# so only requires real packages instead
+Requires: %{?scl_prefix}php-common%{?_isa}
+%else
Requires: %{?scl_prefix}php-sockets%{?_isa}
+%endif
Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
@@ -82,8 +88,6 @@ available on specific(UNIX-like) platform.
%setup -q -c
mv %{pecl_name}-%{version} NTS
-sed -e '/LICENSE/s/role="src"/role="doc"/' -i package.xml
-
cd NTS
# Sanity check, really often broken
@@ -230,6 +234,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Mar 27 2014 Remi Collet <remi@fedoraproject.org> - 1.2.5-1
+- Update to 1.2.5 (stable)
+
* Sun Mar 23 2014 Remi Collet <remi@fedoraproject.org> - 1.2.4-2
- allow SCL build