[packages/php-Smarty] - use virtual php extension deps (to be independant of php version) - release 2 (by relup.sh)

glen glen at pld-linux.org
Tue Aug 7 16:06:13 CEST 2012


commit 95e1a97b548e4286bc4fe1c6eb00813d336917e7
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Aug 7 17:06:12 2012 +0300

    - use virtual php extension deps (to be independant of php version)
    - release 2 (by relup.sh)

 php-Smarty.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/php-Smarty.spec b/php-Smarty.spec
index 43d8f4d..806672a 100644
--- a/php-Smarty.spec
+++ b/php-Smarty.spec
@@ -5,7 +5,7 @@ Summary:	Template engine for PHP
 Summary(pl.UTF-8):	System szablonów dla PHP
 Name:		php-Smarty
 Version:	%{main_version}
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Group:		Development/Languages/PHP
 Source0:	http://www.smarty.net/files/Smarty-%{version}.tar.gz
@@ -18,11 +18,11 @@ URL:		http://www.smarty.net/
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.553
 BuildRequires:	unzip
+Requires:	php(mbstring)
+Requires:	php(pcre)
+Requires:	php(tokenizer)
 Requires:	php-common >= 4:%{php_min_version}
 Requires:	php-date
-Requires:	php-mbstring
-Requires:	php-pcre
-Requires:	php-tokenizer
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


More information about the pld-cvs-commit mailing list