diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-26 10:54:59 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-26 10:54:59 +0200 |
commit | cad7642dbfd085840be853c6cd46971f2de76cd6 (patch) | |
tree | e5538d19d584050c0c5f162ec402aa0dcea01806 | |
parent | a98e98d461db279ff5ba0373dec679fc6c623c6a (diff) |
php-pecl-* improve SCL build for 5.6 (done)
-rw-r--r-- | php-pecl-yp.spec | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/php-pecl-yp.spec b/php-pecl-yp.spec index e12f9f9..f9de189 100644 --- a/php-pecl-yp.spec +++ b/php-pecl-yp.spec @@ -22,7 +22,7 @@ Summary: YP/NIS functions Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.1 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -42,16 +42,19 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?vendor}" == "Remi Collet" +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} # Other third party repo stuff -Obsoletes: php53-pecl-%{pecl_name} -Obsoletes: php53u-pecl-%{pecl_name} -Obsoletes: php54-pecl-%{pecl_name} +Obsoletes: php53-pecl-%{pecl_name} <= %{version} +Obsoletes: php53u-pecl-%{pecl_name} <= %{version} +Obsoletes: php54-pecl-%{pecl_name} <= %{version} +Obsoletes: php54w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "5.5" -Obsoletes: php55u-pecl-%{pecl_name} +Obsoletes: php55u-pecl-%{pecl_name} <= %{version} +Obsoletes: php55w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "5.6" -Obsoletes: php56u-pecl-%{pecl_name} +Obsoletes: php56u-pecl-%{pecl_name} <= %{version} +Obsoletes: php56w-pecl-%{pecl_name} <= %{version} %endif %endif @@ -184,6 +187,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 26 2014 Remi Collet <rcollet@redhat.com> - 1.0.1-2 +- improve SCL build + * Mon May 12 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 (stable, no change) |