[packages/php-phpquery] use virtual names for php deps
glen
glen at pld-linux.org
Thu May 22 00:35:32 CEST 2014
commit dab40818bddea1a6a7c65835bd2ec7c9b23437fd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu May 22 01:34:58 2014 +0300
use virtual names for php deps
php-phpquery.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/php-phpquery.spec b/php-phpquery.spec
index 483f60c..819fd82 100644
--- a/php-phpquery.spec
+++ b/php-phpquery.spec
@@ -15,14 +15,14 @@ Patch2: cli.patch
URL: https://code.google.com/p/phpquery/
BuildRequires: rpm-php-pearprov >= 4.4.2-11
BuildRequires: rpmbuild(macros) >= 1.610
-BuildRequires: unzip
BuildRequires: sed >= 4.0
-Requires: php-common >= 4:%{php_min_version}
-Requires: php-date
-Requires: php-dom
-Requires: php-json
-Requires: php-mbstring
-Requires: php-pcre
+BuildRequires: unzip
+Requires: php(core) >= %{php_min_version}
+Requires: php(date)
+Requires: php(dom)
+Requires: php(json)
+Requires: php(mbstring)
+Requires: php(pcre)
Requires: php-pear
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-phpquery.git/commitdiff/dab40818bddea1a6a7c65835bd2ec7c9b23437fd
More information about the pld-cvs-commit
mailing list