From dab40818bddea1a6a7c65835bd2ec7c9b23437fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 22 May 2014 01:34:58 +0300 Subject: [PATCH] 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) -- 2.44.0