]> git.pld-linux.org Git - packages/php-SolrPhpClient.git/commitdiff
- use virtual php extension deps (to be independant of php version) auto/th/php-SolrPhpClient-0.60-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 14 May 2014 16:48:16 +0000 (19:48 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 14 May 2014 16:48:16 +0000 (19:48 +0300)
- release 2 (by relup.sh)

php-SolrPhpClient.spec

index e44319bc27ac50697de516148763807bc7169f8e..af113a3878d688aaf5079e781f79ad5d0eea6384 100644 (file)
@@ -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)
 
This page took 0.098867 seconds and 4 git commands to generate.