diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-18 18:42:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-18 18:42:39 +0100 |
commit | 2b45387814938b664766ae41a58f2e9e74065a52 (patch) | |
tree | f57f528269f7ac5905a386ae2625b9f82d2db5e9 | |
parent | 0c48957976689c33d22ce6f6e70205b464949875 (diff) |
PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI
-rw-r--r-- | php-pecl-solr.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-solr.spec b/php-pecl-solr.spec index 9ec3911..f7379a6 100644 --- a/php-pecl-solr.spec +++ b/php-pecl-solr.spec @@ -7,7 +7,7 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: php-pecl-solr Version: 1.0.2 -Release: 4%{?dist}.2 +Release: 4%{?dist}.3 License: PHP Group: Development/Languages URL: http://pecl.php.net/package/solr @@ -22,7 +22,11 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz Source2: xml2changelog BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: php-devel, php-pear, curl-devel, libxml2-devel +BuildRequires: php-devel +BuildRequires: php-simplexml +BuildRequires: php-pear +BuildRequires: curl-devel +BuildRequires: libxml2-devel Requires(post): %{__pecl} Requires(postun): %{__pecl} @@ -41,6 +45,9 @@ Obsoletes: php53u-pecl-%{pecl_name} %if "%{php_version}" > "5.4" Obsoletes: php54-pecl-%{pecl_name} %endif +%if "%{php_version}" > "5.5" +Obsoletes: php55-pecl-%{pecl_name} +%endif # Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} |