From 42c23b2f428ae28bb019a9a60ae2d0cd7821c5fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 14 May 2014 19:48:16 +0300 Subject: [PATCH] - 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) -- 2.44.0