diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-24 14:34:40 +0100 |
commit | 3a1bc0155584ea36ea58aabb8ec0eef3966b5563 (patch) | |
tree | aeb97c2e8ecde29f690693cba5c07f0c20c772f9 | |
parent | 9d76737c9f9487b0256deccd87331ff0d1b15113 (diff) |
Fedora 21 SCL mass rebuild (WIP)
-rw-r--r-- | php-pecl-memcached.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec index 0f79ba8..d0c93f3 100644 --- a/php-pecl-memcached.spec +++ b/php-pecl-memcached.spec @@ -30,9 +30,8 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?scl_prefix}php-pecl-memcached Version: 2.2.0 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} -# memcached is PHP, FastLZ is MIT -License: PHP and MIT +Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1 +License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -87,6 +86,7 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} %ifnarch ppc64 Requires: %{?scl_prefix}php-pecl-msgpack%{?_isa} %endif +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -319,6 +319,9 @@ exit $ret %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-5.1 +- Fedora 21 SCL mass rebuild + * Fri Aug 29 2014 Remi Collet <rcollet@redhat.com> - 2.2.0-5 - test build with system fastlz |