[packages/php-SolrPhpClient] - use virtual php extension deps (to be independant of php version) - release 2 (by relup.sh)

glen glen at pld-linux.org
Wed May 14 18:48:17 CEST 2014


commit 42c23b2f428ae28bb019a9a60ae2d0cd7821c5fb
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed May 14 19:48:16 2014 +0300

    - use virtual php extension deps (to be independant of php version)
    - release 2 (by relup.sh)

 php-SolrPhpClient.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/php-SolrPhpClient.spec b/php-SolrPhpClient.spec
index e44319b..af113a3 100644
--- a/php-SolrPhpClient.spec
+++ b/php-SolrPhpClient.spec
@@ -4,7 +4,7 @@
 Summary:	Apache Solr PHP Client
 Name:		php-%{pkgname}
 Version:	0.60
-Release:	1
+Release:	2
 License:	New BSD License
 Group:		Development/Languages/PHP
 Source0:	https://solr-php-client.googlecode.com/files/SolrPhpClient.r60.2011-05-04.tgz
@@ -13,10 +13,10 @@ URL:		https://code.google.com/p/solr-php-client/
 BuildRequires:	/usr/bin/php
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.461
-Requires:	php-common >= 4:%{php_min_version}
-Requires:	php-json
-Requires:	php-pcre
-Requires:	php-spl
+Requires:	php(core) >= %{php_min_version}
+Requires:	php(json)
+Requires:	php(pcre)
+Requires:	php(spl)
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-SolrPhpClient.git/commitdiff/42c23b2f428ae28bb019a9a60ae2d0cd7821c5fb



More information about the pld-cvs-commit mailing list