[packages/php-pear-PEAR] keep BR deps package based, to ensure extension deps don't get mixed when building

glen glen at pld-linux.org
Wed Aug 8 08:40:59 CEST 2012


commit afbfe786a9c958b5832dd4dacf0310f04870f40f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Aug 8 09:40:55 2012 +0300

    keep BR deps package based, to ensure extension deps don't get mixed when building

 php-pear-PEAR.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-PEAR.spec b/php-pear-PEAR.spec
index a0bd335..1b4a4b3 100644
--- a/php-pear-PEAR.spec
+++ b/php-pear-PEAR.spec
@@ -12,7 +12,7 @@ Summary:	PEAR Base System
 Summary(pl.UTF-8):	Podstawowy system PEAR
 Name:		php-pear-%{_pearname}
 Version:	1.9.4
-Release:	2
+Release:	3
 Epoch:		1
 License:	New BSD License
 Group:		Development/Languages/PHP
@@ -26,8 +26,8 @@ Patch0:		%{name}-sysconfdir.patch
 Patch5:		%{name}-FHS.patch
 URL:		http://pear.php.net/package/PEAR
 BuildRequires:	/usr/bin/php
-BuildRequires:	php(pcre)
-BuildRequires:	php(xml)
+BuildRequires:	php-pcre
+BuildRequires:	php-xml
 BuildRequires:	rpm-php-pearprov >= 4.4.2-30.1
 BuildRequires:	rpmbuild(macros) >= 1.563
 Requires:	%{name}-core = %{epoch}:%{version}-%{release}


More information about the pld-cvs-commit mailing list