SPECS: newsportal.spec, php-pear-Crypt_CHAP.spec, php-pear-Mail_Mi...

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


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

---- Files affected:
SPECS:
   newsportal.spec (1.30 -> 1.31) , php-pear-Crypt_CHAP.spec (1.27 -> 1.28) , php-pear-Mail_Mime.spec (1.25 -> 1.26) , php-pear-System_ProcWatch.spec (1.15 -> 1.16) , phpPgAdmin.spec (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: SPECS/newsportal.spec
diff -u SPECS/newsportal.spec:1.30 SPECS/newsportal.spec:1.31
--- SPECS/newsportal.spec:1.30	Sun Oct  1 23:14:52 2006
+++ SPECS/newsportal.spec	Tue Nov 21 20:57:08 2006
@@ -4,7 +4,7 @@
 Summary(pl):	Skrypt w PHP umożliwiający czytanie newsów przez przeglądarkę
 Name:		newsportal
 Version:	0.36
-Release:	4
+Release:	5
 License:	GPL
 Group:		Networking/News
 Source0:	http://florian-amrhein.de/nw/newsportal/download/%{name}-%{version}.tar.gz
@@ -13,11 +13,11 @@
 Patch0:		%{name}-path.patch
 URL:		http://florian-amrhein.de/newsportal/
 BuildRequires:	rpmbuild(macros) >= 1.268
-Requires:	php
-Requires:	php-iconv
-Requires:	php-pcre
+Requires:	php(iconv)
+Requires:	php(pcre)
 Requires:	webapps
 Requires:	webserver = apache
+Requires:	webserver(php)
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -127,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2006/11/21 19:57:08  glen
+- rel 5: use php(extension) virtuals
+
 Revision 1.30  2006/10/01 21:14:52  glen
 - rel 4
 

================================================================
Index: SPECS/php-pear-Crypt_CHAP.spec
diff -u SPECS/php-pear-Crypt_CHAP.spec:1.27 SPECS/php-pear-Crypt_CHAP.spec:1.28
--- SPECS/php-pear-Crypt_CHAP.spec:1.27	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-Crypt_CHAP.spec	Tue Nov 21 20:57:08 2006
@@ -8,7 +8,7 @@
 Summary(pl):	%{_pearname} - Generowanie pakietów CHAP
 Name:		php-pear-%{_pearname}
 Version:	1.0.0
-Release:	4
+Release:	5
 Epoch:		0
 License:	PHP 2.02
 Group:		Development/Languages/PHP
@@ -18,9 +18,9 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
+Requires:	php(mcrypt)
+Requires:	php(mhash)
 Requires:	php-pear
-Requires:	php-mcrypt
-Requires:	php-mhash
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,7 +30,6 @@
  - CHAP-MD5
  - MS-CHAPv1
  - MS-CHAPv2
-For MS-CHAP the php-mhash extension must be loaded.
 
 In PEAR status of this package is: %{_status}.
 
@@ -40,7 +39,6 @@
  - CHAP-MD5
  - MS-CHAPv1
  - MS-CHAPv2
-Dla MS-CHAP musi być zainstalowany php-mhash.
 
 Ta klasa ma w PEAR status: %{_status}.
 
@@ -85,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2006/11/21 19:57:08  glen
+- rel 5: use php(extension) virtuals
+
 Revision 1.27  2006/05/23 20:18:14  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pear-Mail_Mime.spec
diff -u SPECS/php-pear-Mail_Mime.spec:1.25 SPECS/php-pear-Mail_Mime.spec:1.26
--- SPECS/php-pear-Mail_Mime.spec:1.25	Fri Aug 25 18:45:59 2006
+++ SPECS/php-pear-Mail_Mime.spec	Tue Nov 21 20:57:08 2006
@@ -8,7 +8,7 @@
 Summary(pl):	%{_pearname} - klasa do tworzenia i dekodowania wiadomości mime
 Name:		php-pear-%{_pearname}
 Version:	1.3.1
-Release:	4
+Release:	5
 License:	PHP
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -18,7 +18,7 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
-Requires:	php-pcre
+Requires:	php(pcre)
 Requires:	php-pear
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -73,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2006/11/21 19:57:08  glen
+- rel 5: use php(extension) virtuals
+
 Revision 1.25  2006/08/25 16:45:59  adamg
 - two more chunks in -variables-refs.patch
 - release 4; STBR

================================================================
Index: SPECS/php-pear-System_ProcWatch.spec
diff -u SPECS/php-pear-System_ProcWatch.spec:1.15 SPECS/php-pear-System_ProcWatch.spec:1.16
--- SPECS/php-pear-System_ProcWatch.spec:1.15	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-System_ProcWatch.spec	Tue Nov 21 20:57:08 2006
@@ -4,12 +4,11 @@
 %define		_subclass	ProcWatch
 %define		_status		beta
 %define		_pearname	%{_class}_%{_subclass}
-
 Summary:	%{_pearname} - monitor processes
 Summary(pl):	%{_pearname} - monitorowanie procesów
 Name:		php-pear-%{_pearname}
 Version:	0.4.2
-Release:	4
+Release:	5
 License:	PHP
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -18,8 +17,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.2
-Requires:	php-pcre
 Requires:	php-pear
 Requires:	php-pear-PEAR-core
 BuildArch:	noarch
@@ -77,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/11/21 19:57:08  glen
+- rel 5: use php(extension) virtuals
+
 Revision 1.15  2006/05/23 20:18:14  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/phpPgAdmin.spec
diff -u SPECS/phpPgAdmin.spec:1.61 SPECS/phpPgAdmin.spec:1.62
--- SPECS/phpPgAdmin.spec:1.61	Fri Sep 29 23:25:58 2006
+++ SPECS/phpPgAdmin.spec	Tue Nov 21 20:57:08 2006
@@ -1,26 +1,27 @@
 # $Revision$, $Date$
 # TODO
-# - separate internal files (classes, libraries) and public files (.js, .css, index.php) to htdocs and above and point docroot to htdocs dir
+# - separate internal files (classes, libraries) and public files (.js, .css,
+#   index.php) to htdocs and above and point docroot to htdocs dir
 Summary:	phpPgAdmin - web-based PostgreSQL administration
 Summary(pl):	phpPgAdmin - administracja bazami PostgreSQL przez WWW
 Name:		phpPgAdmin
 Version:	4.0.1
-Release:	4.2
+Release:	5
 License:	GPL v2+
 Group:		Applications/Databases/Interfaces
 Source0:	http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2
 # Source0-md5:	7e0c18a01538572d3c2b435725e68fe2
 Source1:	%{name}-apache.conf
 Patch0:		%{name}-config.patch
-#Patch1:		%{name}-adodb.patch
+#Patch1:	%{name}-adodb.patch
 URL:		http://phppgadmin.sourceforge.net/
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires(triggerpostun):	sed >= 4.0
 #Requires:	adodb >= 4.67-1.17
-Requires:	php >= 3:4.1
-Requires:	php-pcre
-Requires:	php-pgsql >= 3:4.1
+Requires:	php(pcre)
+Requires:	php(pgsql)
 Requires:	webapps
+Requires:	webserver(php) >= 4.1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -160,6 +161,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2006/11/21 19:57:08  glen
+- rel 5: use php(extension) virtuals
+
 Revision 1.61  2006/09/29 21:25:58  glen
 - update webapp triggers due apache1 package split
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/newsportal.spec?r1=1.30&r2=1.31&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-Crypt_CHAP.spec?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-Mail_Mime.spec?r1=1.25&r2=1.26&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-System_ProcWatch.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/phpPgAdmin.spec?r1=1.61&r2=1.62&f=u



More information about the pld-cvs-commit mailing list