diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-26 08:36:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-26 08:36:36 +0200 |
commit | a325e91ba2c4e41a2b3539a550675b9c7ae46471 (patch) | |
tree | b73b7e2668fed501b2325bcbc3337973342e1871 /php-pecl-dbus.spec | |
parent | b136712c2ba0391a8a935b4ffa17bb55d6abb56c (diff) |
php-pecl-* improve SCL build for 5.6 (wip)
Diffstat (limited to 'php-pecl-dbus.spec')
-rw-r--r-- | php-pecl-dbus.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-dbus.spec b/php-pecl-dbus.spec index 6e48691..c70cb7d 100644 --- a/php-pecl-dbus.spec +++ b/php-pecl-dbus.spec @@ -22,7 +22,7 @@ Summary: Extension for interaction with DBUS busses Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.1.1 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/DBus @@ -56,18 +56,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 -%if "%{php_version}" > "5.4" Obsoletes: php53-pecl-%{pecl_name} Obsoletes: php53u-pecl-%{pecl_name} Obsoletes: php54-pecl-%{pecl_name} -%endif +Obsoletes: php54w-pecl-%{pecl_name} %if "%{php_version}" > "5.5" Obsoletes: php55u-pecl-%{pecl_name} +Obsoletes: php55w-pecl-%{pecl_name} %endif %if "%{php_version}" > "5.6" Obsoletes: php56u-pecl-%{pecl_name} +Obsoletes: php56w-pecl-%{pecl_name} %endif %endif @@ -203,6 +204,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 26 2014 Remi Collet <rcollet@redhat.com> - 0.1.1-4 +- improve SCL build + * Tue Apr 15 2014 Remi Collet <remi@fedoraproject.org> - 0.1.1-3 - add numerical prefix to extension configuration file |