SPECS: PHP-nuke.spec, php-pear-File_Passwd.spec, php-pear-XML_Tran...

glen glen at pld-linux.org
Tue Nov 21 20:57:07 CET 2006


Author: glen                         Date: Tue Nov 21 19:57:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 4: use php(extension) virtuals

---- Files affected:
SPECS:
   PHP-nuke.spec (1.47 -> 1.48) , php-pear-File_Passwd.spec (1.38 -> 1.39) , php-pear-XML_Transformer.spec (1.30 -> 1.31) , php-pear-XML_Util.spec (1.31 -> 1.32) , squirrelmail.spec (1.153 -> 1.154) 

---- Diffs:

================================================================
Index: SPECS/PHP-nuke.spec
diff -u SPECS/PHP-nuke.spec:1.47 SPECS/PHP-nuke.spec:1.48
--- SPECS/PHP-nuke.spec:1.47	Sat Sep 30 16:59:45 2006
+++ SPECS/PHP-nuke.spec	Tue Nov 21 20:57:01 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Serwis nowinek WWW w stylu Slashdota napisany w PHP, łatwy w instalacji i używaniu
 Name:		PHP-nuke
 Version:	7.8
-Release:	3
+Release:	4
 License:	GPL
 Group:		Applications/WWW
 Source0:	http://phpnuke.org/files/PHP-Nuke-%{version}.zip
@@ -14,8 +14,8 @@
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	sed > 4.0
 BuildRequires:	unzip
+Requires:	php(pcre)
 Requires:	php-common >= 3:4.2.0
-Requires:	php-pcre
 Requires:	webapps
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -116,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2006/11/21 19:57:01  glen
+- rel 4: use php(extension) virtuals
+
 Revision 1.47  2006/09/30 14:59:45  glen
 - rel 3
 

================================================================
Index: SPECS/php-pear-File_Passwd.spec
diff -u SPECS/php-pear-File_Passwd.spec:1.38 SPECS/php-pear-File_Passwd.spec:1.39
--- SPECS/php-pear-File_Passwd.spec:1.38	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-File_Passwd.spec	Tue Nov 21 20:57:01 2006
@@ -9,7 +9,7 @@
 Summary(pl):	%{_pearname} - manipulacje na plikach z hasłami
 Name:		php-pear-%{_pearname}
 Version:	1.1.6
-Release:	3
+Release:	4
 Epoch:		0
 License:	PHP 2.02
 Group:		Development/Languages/PHP
@@ -19,8 +19,8 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
+Requires:	php(pcre)
 Requires:	php-common >= 3:4.0.6
-Requires:	php-pcre
 Requires:	php-pear
 Requires:	php-pear-PEAR-core
 BuildArch:	noarch
@@ -30,9 +30,8 @@
 %define		_noautoreq	'pear(Crypt/CHAP.*)'
 
 %description
-Provides methods to manipulate standard Unix, SMB server,
-AuthUser (.htpasswd), AuthDigest (.htdigest) and CVS pserver password
-files.
+Provides methods to manipulate standard Unix, SMB server, AuthUser
+(.htpasswd), AuthDigest (.htdigest) and CVS pserver password files.
 
 In PEAR status of this package is: %{_status}.
 
@@ -91,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/11/21 19:57:01  glen
+- rel 4: use php(extension) virtuals
+
 Revision 1.38  2006/05/23 20:18:14  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pear-XML_Transformer.spec
diff -u SPECS/php-pear-XML_Transformer.spec:1.30 SPECS/php-pear-XML_Transformer.spec:1.31
--- SPECS/php-pear-XML_Transformer.spec:1.30	Tue May 23 22:18:15 2006
+++ SPECS/php-pear-XML_Transformer.spec	Tue Nov 21 20:57:01 2006
@@ -4,12 +4,11 @@
 %define		_subclass	Transformer
 %define		_status		stable
 %define		_pearname	%{_class}_%{_subclass}
-
 Summary:	%{_pearname} - XML transformations in PHP
 Summary(pl):	%{_pearname} - transformacje XML-a w PHP
 Name:		php-pear-%{_pearname}
 Version:	1.1.0
-Release:	3
+Release:	4
 Epoch:		0
 License:	PHP 2.02
 Group:		Development/Languages/PHP
@@ -19,11 +18,11 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
-Requires:	php-common >= 3:4.2.0
+Requires:	php(pcre)
+Requires:	php(xml)
 Requires:	php-common < 3:5.1
+Requires:	php-common >= 3:4.2.0
 Requires:	php-pear
-Requires:	php-pcre
-Requires:	php-xml
 Requires:	php-pear-XML_Util >= 1.1.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -93,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2006/11/21 19:57:01  glen
+- rel 4: use php(extension) virtuals
+
 Revision 1.30  2006/05/23 20:18:15  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pear-XML_Util.spec
diff -u SPECS/php-pear-XML_Util.spec:1.31 SPECS/php-pear-XML_Util.spec:1.32
--- SPECS/php-pear-XML_Util.spec:1.31	Tue May 23 22:18:15 2006
+++ SPECS/php-pear-XML_Util.spec	Tue Nov 21 20:57:01 2006
@@ -9,7 +9,7 @@
 Summary(pl):	%{_pearname} - klasa narzędziowa do obróbki XML-a
 Name:		php-pear-%{_pearname}
 Version:	1.1.1
-Release:	3
+Release:	4
 License:	PHP 2.02
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -18,8 +18,8 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
+Requires:	php(pcre)
 Requires:	php-common >= 3:4.2.0
-Requires:	php-pcre
 Requires:	php-pear
 Requires:	php-pear-PEAR-core
 BuildArch:	noarch
@@ -63,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/11/21 19:57:01  glen
+- rel 4: use php(extension) virtuals
+
 Revision 1.31  2006/05/23 20:18:15  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/squirrelmail.spec
diff -u SPECS/squirrelmail.spec:1.153 SPECS/squirrelmail.spec:1.154
--- SPECS/squirrelmail.spec:1.153	Fri Oct 13 10:33:48 2006
+++ SPECS/squirrelmail.spec	Tue Nov 21 20:57:01 2006
@@ -4,7 +4,7 @@
 Summary(pt_BR):	O SquirrelMail é um webmail
 Name:		squirrelmail
 Version:	1.4.8
-Release:	3
+Release:	4
 License:	GPL
 Group:		Applications/Mail
 Source0:	http://dl.sourceforge.net/squirrelmail/%{name}-%{version}.tar.bz2
@@ -26,12 +26,12 @@
 BuildRequires:	bind-devel
 BuildRequires:	gettext-devel
 BuildRequires:	rpmbuild(macros) >= 1.264
-Requires:	php
-Requires:	php-gettext
-Requires:	php-pcre
-Requires:	php-posix
+Requires:	php(gettext)
+Requires:	php(pcre)
+Requires:	php(posix)
 Requires:	webapps
 Requires:	webserver
+Requires:	webserver(php)
 Provides:	squirrelmail-compatibility-%{_compatibility_version}
 Provides:	webmail
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -405,6 +405,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154  2006/11/21 19:57:01  glen
+- rel 4: use php(extension) virtuals
+
 Revision 1.153  2006/10/13 08:33:48  blues
 - rel.3 - Obsoletes/Provides to allow upgrade
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/PHP-nuke.spec?r1=1.47&r2=1.48&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-File_Passwd.spec?r1=1.38&r2=1.39&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-XML_Transformer.spec?r1=1.30&r2=1.31&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-XML_Util.spec?r1=1.31&r2=1.32&f=u
    http://cvs.pld-linux.org/SPECS/squirrelmail.spec?r1=1.153&r2=1.154&f=u



More information about the pld-cvs-commit mailing list