SPECS: php-pear-Mail_IMAP.spec, php-pear-PEAR_Frontend_Gtk.spec, p...

glen glen at pld-linux.org
Sun Nov 26 15:11:42 CET 2006


Author: glen                         Date: Sun Nov 26 14:11:42 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3: use php(extension) virtuals

---- Files affected:
SPECS:
   php-pear-Mail_IMAP.spec (1.20 -> 1.21) , php-pear-PEAR_Frontend_Gtk.spec (1.18 -> 1.19) , php-pear-PHP_Fork.spec (1.14 -> 1.15) , php-pear-PHP_Shell.spec (1.5 -> 1.6) , php-pear-Services_Ebay.spec (1.22 -> 1.23) , php-pear-XML_Serializer.spec (1.30 -> 1.31) , php-pear-XML_XPath.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/php-pear-Mail_IMAP.spec
diff -u SPECS/php-pear-Mail_IMAP.spec:1.20 SPECS/php-pear-Mail_IMAP.spec:1.21
--- SPECS/php-pear-Mail_IMAP.spec:1.20	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-Mail_IMAP.spec	Sun Nov 26 15:11:37 2006
@@ -5,12 +5,12 @@
 %define		_status		beta
 %define		_pearname	%{_class}_%{_subclass}
 
+%define		_rc RC2
+%define		_rel 3
 Summary:	%{_pearname} - a c-client webmail backend
 Summary(pl):	%{_pearname} - backend webmaila oparty o bibliotekę c-client
 Name:		php-pear-%{_pearname}
 Version:	1.1.0
-%define		_rc RC2
-%define		_rel 2
 Release:	0.%{_rc}.%{_rel}
 License:	PHP
 Group:		Development/Languages/PHP
@@ -20,7 +20,7 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
-Requires:	php-imap
+Requires:	php(imap)
 Requires:	php-pear
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,7 +30,7 @@
 
 %description
 Mail_IMAP provides a simplifed backend for working with the c-client
-(IMAP) extension.  It serves as an OO wrapper for commonly used
+(IMAP) extension. It serves as an OO wrapper for commonly used
 c-client functions. It provides structure and header parsing as well
 as body retrieval.
 
@@ -72,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/11/26 14:11:37  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.20  2006/05/23 20:18:14  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pear-PEAR_Frontend_Gtk.spec
diff -u SPECS/php-pear-PEAR_Frontend_Gtk.spec:1.18 SPECS/php-pear-PEAR_Frontend_Gtk.spec:1.19
--- SPECS/php-pear-PEAR_Frontend_Gtk.spec:1.18	Thu Sep 29 02:37:37 2005
+++ SPECS/php-pear-PEAR_Frontend_Gtk.spec	Sun Nov 26 15:11:37 2006
@@ -9,13 +9,13 @@
 Summary(pl):	%{_pearname} - Desktop w GTK+ dla managera pakietów PEAR
 Name:		php-pear-%{_pearname}
 Version:	0.4.0
-Release:	2
+Release:	3
 License:	PHP 2.02
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
 # Source0-md5:	2ed87947a9fe6d09a11c0e9fc797d1cf
 URL:		http://pear.php.net/package/PEAR_Frontend_Gtk/
-Requires:	php4-gtk
+Requires:	php(gtk)
 Requires:	php-pear
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -58,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/11/26 14:11:37  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.18  2005/09/29 00:37:37  glen
 - new pear packaging, autogenerate pear deps; rel 2
 

================================================================
Index: SPECS/php-pear-PHP_Fork.spec
diff -u SPECS/php-pear-PHP_Fork.spec:1.14 SPECS/php-pear-PHP_Fork.spec:1.15
--- SPECS/php-pear-PHP_Fork.spec:1.14	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-PHP_Fork.spec	Sun Nov 26 15:11:37 2006
@@ -9,7 +9,7 @@
 Summary(pl):	%{_pearname} - Wrapper dla pcntl_fork() z API zbliżonym do Javy
 Name:		php-pear-%{_pearname}
 Version:	0.3.0
-Release:	2
+Release:	3
 License:	PHP 2.02
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -18,10 +18,10 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
+Requires:	php(pcntl)
+Requires:	php(posix)
+Requires:	php(shmop)
 Requires:	php-pear >= 4:1.0-7
-Requires:	php-pcntl
-Requires:	php-shmop
-Requires:	php-posix
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,8 +41,8 @@
 - void setVariable($name, $value)
 - mixed getVariable($name)
 
-$name must be a valid PHP variable name;
-$value must be a variable or a serializable object.
+$name must be a valid PHP variable name; $value must be a variable or
+a serializable object.
 
 Resources (db connections, streams, etc.) cannot be serialized and so
 they're not correctly handled.
@@ -67,8 +67,8 @@
 - void setVariable($name, $value)
 - mixed getVariable($name)
 
-$name musi być poprawną zmienną PHP;
-$value musi być zmienną lub obiektem możliwym do serializacji.
+$name musi być poprawną zmienną PHP; $value musi być zmienną lub
+obiektem możliwym do serializacji.
 
 Zasoby (połączenia z bazami danych, strumienie, itp) nie mogą być
 zserializowane i jako takie nie są poprawnie obsługiwane.
@@ -99,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/11/26 14:11:37  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.14  2006/05/23 20:18:14  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pear-PHP_Shell.spec
diff -u SPECS/php-pear-PHP_Shell.spec:1.5 SPECS/php-pear-PHP_Shell.spec:1.6
--- SPECS/php-pear-PHP_Shell.spec:1.5	Wed Nov  8 21:10:30 2006
+++ SPECS/php-pear-PHP_Shell.spec	Sun Nov 26 15:11:37 2006
@@ -8,7 +8,7 @@
 Summary(pl):	%{_pearname} - interaktywna powłoka PHP podobna do IPythona
 Name:		php-pear-%{_pearname}
 Version:	0.3.1
-Release:	2
+Release:	3
 License:	MIT
 Group:		Development/Languages/PHP
 #Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -17,11 +17,11 @@
 URL:		http://pear.php.net/package/PHP_Shell/
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php(readline)
+Requires:	php(tokenizer)
 Requires:	php-common >= 4:5.0.0
 Requires:	php-pear
 Requires:	php-pear-PEAR-core >= 1:1.4.0-0.b1
-Requires:	php-readline
-Requires:	php-tokenizer
 Obsoletes:	php-shell
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -98,6 +98,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/26 14:11:37  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.5  2006/11/08 20:10:30  glen
 - PEAR-core is sufficent; rel 2
 

================================================================
Index: SPECS/php-pear-Services_Ebay.spec
diff -u SPECS/php-pear-Services_Ebay.spec:1.22 SPECS/php-pear-Services_Ebay.spec:1.23
--- SPECS/php-pear-Services_Ebay.spec:1.22	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-Services_Ebay.spec	Sun Nov 26 15:11:37 2006
@@ -9,7 +9,7 @@
 Summary(pl):	%{_pearname} - interfejs do API XML eBay
 Name:		php-pear-%{_pearname}
 Version:	0.12.0
-Release:	2
+Release:	3
 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(curl)
 Requires:	php-common >= 3:5.0.0
-Requires:	php-curl
 Requires:	php-pear
 Requires:	php-pear-PEAR-core >= 1:1.3.2
 Requires:	php-pear-XML_Serializer >= 0.16.0
@@ -86,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2006/11/26 14:11:37  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.22  2006/05/23 20:18:14  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pear-XML_Serializer.spec
diff -u SPECS/php-pear-XML_Serializer.spec:1.30 SPECS/php-pear-XML_Serializer.spec:1.31
--- SPECS/php-pear-XML_Serializer.spec:1.30	Tue May 23 22:18:15 2006
+++ SPECS/php-pear-XML_Serializer.spec	Sun Nov 26 15:11:37 2006
@@ -8,7 +8,7 @@
 Summary(pl):	%{_pearname} - klasa do tworzenia dokumentów XML ze struktur danych
 Name:		php-pear-%{_pearname}
 Version:	0.18.0
-Release:	2
+Release:	3
 License:	PHP 2.02
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -17,12 +17,12 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
+Requires:	php(xml)
 Requires:	php-common >= 3:4.2.0
 Requires:	php-pear
 Requires:	php-pear-PEAR-core
-Requires:	php-pear-XML_Util >= 1.1.1
 Requires:	php-pear-XML_Parser >= 1.2.6
-Requires:	php-xml
+Requires:	php-pear-XML_Util >= 1.1.1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -67,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2006/11/26 14:11:37  glen
+- rel 3: 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_XPath.spec
diff -u SPECS/php-pear-XML_XPath.spec:1.18 SPECS/php-pear-XML_XPath.spec:1.19
--- SPECS/php-pear-XML_XPath.spec:1.18	Tue May 23 22:18:15 2006
+++ SPECS/php-pear-XML_XPath.spec	Sun Nov 26 15:11:37 2006
@@ -9,7 +9,7 @@
 Summary(pl):	%{_pearname} - interfejs do obróbki i zapytań XPath/DOM XML
 Name:		php-pear-%{_pearname}
 Version:	1.2.3
-Release:	2
+Release:	3
 License:	PHP 2.02
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -19,9 +19,9 @@
 BuildRequires:	php-pear-PEAR
 BuildRequires:	rpm-php-pearprov >= 4.4.2-11
 BuildRequires:	rpmbuild(macros) >= 1.300
-Requires:	php-common >= 3:4.2.1
+Requires:	php(domxml)
 Requires:	php-common < 3:5.0.0
-Requires:	php-domxml
+Requires:	php-common >= 3:4.2.1
 Requires:	php-pear
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -96,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/11/26 14:11:37  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.18  2006/05/23 20:18:15  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pear-Mail_IMAP.spec?r1=1.20&r2=1.21&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-PEAR_Frontend_Gtk.spec?r1=1.18&r2=1.19&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-PHP_Fork.spec?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-PHP_Shell.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-Services_Ebay.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-XML_Serializer.spec?r1=1.30&r2=1.31&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-XML_XPath.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list