SPECS: horde-imp.spec, horde.spec, mantis.spec, mediawiki.spec, ph...

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


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

---- Files affected:
SPECS:
   horde-imp.spec (1.118 -> 1.119) , horde.spec (1.155 -> 1.156) , mantis.spec (1.39 -> 1.40) , mediawiki.spec (1.44 -> 1.45) , php-pear-HTTP.spec (1.36 -> 1.37) , php-pear-HTTP_Download.spec (1.38 -> 1.39) , php-pear-XML_Tree.spec (1.16 -> 1.17) , php-pecl-json.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/horde-imp.spec
diff -u SPECS/horde-imp.spec:1.118 SPECS/horde-imp.spec:1.119
--- SPECS/horde-imp.spec:1.118	Sun Oct  1 19:08:40 2006
+++ SPECS/horde-imp.spec	Tue Nov 21 20:56:55 2006
@@ -2,7 +2,7 @@
 %define	_hordeapp	imp
 #define	_snap	2005-08-22
 #define	_rc		rc3
-%define	_rel	2
+%define	_rel	3
 #
 %include	/usr/lib/rpm/macros.php
 Summary:	Web Based IMAP Mail Program
@@ -26,8 +26,8 @@
 BuildRequires:	rpmbuild(macros) >= 1.268
 BuildRequires:	tar >= 1:1.15.1
 Requires:	horde >= 3.0
-Requires:	php-ctype
-Requires:	php-imap
+Requires:	php(ctype)
+Requires:	php(imap)
 Requires:	webapps
 Obsoletes:	%{_hordeapp}
 BuildArch:	noarch
@@ -188,6 +188,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.119  2006/11/21 19:56:55  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.118  2006/10/01 17:08:40  glen
 - rel 2
 

================================================================
Index: SPECS/horde.spec
diff -u SPECS/horde.spec:1.155 SPECS/horde.spec:1.156
--- SPECS/horde.spec:1.155	Sun Oct  1 19:16:40 2006
+++ SPECS/horde.spec	Tue Nov 21 20:56:55 2006
@@ -15,7 +15,7 @@
 %define	_hordeapp horde
 #define	_snap	2006-01-15
 #define	_rc		rc3
-%define	_rel	2
+%define	_rel	3
 #
 %include	/usr/lib/rpm/macros.php
 Summary:	The common Horde Framework for all Horde modules
@@ -63,21 +63,21 @@
 %endif
 Requires(triggerpostun):	grep
 Requires(triggerpostun):	sed >= 4.0
-Requires:	php >= 3:4.1.0
-Requires:	php-domxml
-Requires:	php-gettext >= 3:4.1.0
-Requires:	php-imap >= 3:4.1.0
-Requires:	php-mcrypt >= 3:4.1.0
-Requires:	php-pcre >= 3:4.1.0
-Requires:	php-posix >= 3:4.1.0
-Requires:	php-session >= 3:4.1.0
-Requires:	php-xml >= 3:4.1.0
-Requires:	php-zlib >= 3:4.1.0
-# Requires: php-pear-{Log,Mail,Mail_Mime}
 # Requires: php-pear-DB >= 1.6.0 if database_used
-# Requires: php-pear-File if import csv wanted
 # Requires: php-pear-Date if import calendar data is accessed
+# Requires: php-pear-File if import csv wanted
 # Requires: php-pear-Services_Weather if weather.com service block is used in portal.
+# Requires: php-pear-{Log,Mail,Mail_Mime}
+Requires:	php(domxml)
+Requires:	php(gettext)
+Requires:	php(imap)
+Requires:	php(mcrypt)
+Requires:	php(pcre)
+Requires:	php(posix)
+Requires:	php(session)
+Requires:	php(xml)
+Requires:	php(zlib)
+Requires:	webserver(php) >= 4.1.0
 # Suggests: php-pecl-fileinfo || (deprecated)php-mime_magic
 # Suggests: php-pecl-memcache if memcached SessionHandler is used
 # Suggests: smtpserver(for /usr/lib/sendmail) || smtp server
@@ -331,6 +331,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.156  2006/11/21 19:56:55  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.155  2006/10/01 17:16:40  glen
 - rel 2
 

================================================================
Index: SPECS/mantis.spec
diff -u SPECS/mantis.spec:1.39 SPECS/mantis.spec:1.40
--- SPECS/mantis.spec:1.39	Sun Oct  1 19:45:19 2006
+++ SPECS/mantis.spec	Tue Nov 21 20:56:55 2006
@@ -5,7 +5,7 @@
 Summary(pl):	Mantis - system kontroli błędów
 Name:		mantis
 Version:	1.0.5
-Release:	2
+Release:	3
 License:	GPL
 Group:		Development/Tools
 Source0:	http://dl.sourceforge.net/mantisbt/%{name}_%{version}.tar.gz
@@ -19,11 +19,11 @@
 BuildRequires:	sed >= 4.0
 Requires(triggerpostun):	sed >= 4.0
 Requires:	apache(mod_dir)
-Requires:	php >= 3:4.3.1-4
-Requires:	php-mysql >= 3:4.3.1-4
-Requires:	php-pcre >= 3:4.3.1-4
+Requires:	php(mysql)
+Requires:	php(pcre)
 Requires:	webapps
 Requires:	webserver = apache
+Requires:	webserver(php) >= 4.3.1-4
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -237,6 +237,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2006/11/21 19:56:55  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.39  2006/10/01 17:45:19  glen
 - rel 2
 

================================================================
Index: SPECS/mediawiki.spec
diff -u SPECS/mediawiki.spec:1.44 SPECS/mediawiki.spec:1.45
--- SPECS/mediawiki.spec:1.44	Mon Oct 16 01:00:05 2006
+++ SPECS/mediawiki.spec	Tue Nov 21 20:56:55 2006
@@ -9,7 +9,7 @@
 Summary(pl):	MediaWiki - oprogramowanie do wspólnej edycji, na którym działa Wikipedia
 Name:		mediawiki
 Version:	1.8.2
-Release:	2
+Release:	3
 License:	GPL
 Group:		Applications/WWW
 Source0:	http://dl.sourceforge.net/wikipedia/%{name}-%{version}.tar.gz
@@ -24,10 +24,10 @@
 BuildRequires:	php-pear-PhpDocumentor
 %endif
 BuildRequires:	rpmbuild(macros) >= 1.268
-Requires:	php-mysql
+Requires:	php(mysql)
+Requires:	php(pcre)
+Requires:	php(xml)
 Requires:	php-common >= 4:5.0
-Requires:	php-pcre
-Requires:	php-xml
 # includes/UserMailer.php:
 #Requires:	php-pear-Mail
 # Optional
@@ -57,7 +57,7 @@
 Summary(pl):	Pakiet do wstępnej konfiguracji MediaWiki
 Group:		Applications/WWW
 Requires:	%{name} = %{epoch}:%{version}-%{release}
-Requires:	php-posix
+Requires:	php(posix)
 
 %description setup
 Install this package to configure initial MediaWiki installation. You
@@ -212,6 +212,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2006/11/21 19:56:55  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.44  2006/10/15 23:00:05  glen
 - rel 2
 

================================================================
Index: SPECS/php-pear-HTTP.spec
diff -u SPECS/php-pear-HTTP.spec:1.36 SPECS/php-pear-HTTP.spec:1.37
--- SPECS/php-pear-HTTP.spec:1.36	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-HTTP.spec	Tue Nov 21 20:56:55 2006
@@ -7,7 +7,7 @@
 Summary(pl):	%{_pearname} - różne narzędzie do HTTP
 Name:		php-pear-%{_pearname}
 Version:	1.4.0
-Release:	2
+Release:	3
 License:	PHP 2.02
 Group:		Development/Languages/PHP
 Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
@@ -16,8 +16,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
@@ -59,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2006/11/21 19:56:55  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.36  2006/05/23 20:18:14  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pear-HTTP_Download.spec
diff -u SPECS/php-pear-HTTP_Download.spec:1.38 SPECS/php-pear-HTTP_Download.spec:1.39
--- SPECS/php-pear-HTTP_Download.spec:1.38	Tue May 23 22:18:14 2006
+++ SPECS/php-pear-HTTP_Download.spec	Tue Nov 21 20:56:55 2006
@@ -7,12 +7,11 @@
 %define		_subclass	Download
 %define		_status		stable
 %define		_pearname	%{_class}_%{_subclass}
-
 Summary:	%{_pearname} - send HTTP Downloads
 Summary(pl):	%{_pearname} - obsługa transferu plików przez HTTP
 Name:		php-pear-%{_pearname}
 Version:	1.1.1
-Release:	2
+Release:	3
 Epoch:		0
 License:	PHP 3.0
 Group:		Development/Languages/PHP
@@ -22,8 +21,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-HTTP_Header
 Requires:	php-pear-PEAR-core
@@ -100,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/11/21 19:56:55  glen
+- rel 3: 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_Tree.spec
diff -u SPECS/php-pear-XML_Tree.spec:1.16 SPECS/php-pear-XML_Tree.spec:1.17
--- SPECS/php-pear-XML_Tree.spec:1.16	Tue May 23 22:18:15 2006
+++ SPECS/php-pear-XML_Tree.spec	Tue Nov 21 20:56:55 2006
@@ -5,12 +5,12 @@
 %define		_status		beta
 %define		_pearname	%{_class}_%{_subclass}
 
+%define		_rc		RC2
+%define		_rel 3
 Summary:	%{_pearname} - represent XML data in a tree structure
 Summary(pl):	%{_pearname} - prezentacja danych XML w postaci drzewa
 Name:		php-pear-%{_pearname}
 Version:	2.0.0
-%define		_rc		RC2
-%define	_rel 2
 Release:	0.%{_rc}.%{_rel}
 License:	PHP 2.02
 Group:		Development/Languages/PHP
@@ -20,11 +20,13 @@
 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(xml)
 Requires:	php-common >= 3:4.0.4
-Requires:	php-pcre
 Requires:	php-pear
 Requires:	php-pear-XML_Parser >= 1.1.0
-Requires:	php-xml
+Requires:	webserver(php) >= 4.0.4
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -68,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2006/11/21 19:56:55  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.16  2006/05/23 20:18:15  glen
 - BR rpm-build macros >= 1.300 for %pear_ macros
 

================================================================
Index: SPECS/php-pecl-json.spec
diff -u SPECS/php-pecl-json.spec:1.3 SPECS/php-pecl-json.spec:1.4
--- SPECS/php-pecl-json.spec:1.3	Fri Nov  3 00:09:09 2006
+++ SPECS/php-pecl-json.spec	Tue Nov 21 20:56:55 2006
@@ -7,7 +7,7 @@
 Summary(pl):	%{_pearname} - rozszerzenie C PHP dla serializacji JSON
 Name:		php-pecl-%{_modname}
 Version:	1.2.1
-Release:	2
+Release:	3
 License:	PHP 3.01
 Group:		Development/Languages/PHP
 Source0:	http://www.aurore.net/projects/php-json/php-json-ext-%{version}.tar.bz2
@@ -74,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/11/21 19:56:55  glen
+- rel 3: use php(extension) virtuals
+
 Revision 1.3  2006/11/02 23:09:09  glen
 - BR rpmmacros for fixed %requires_php_extension
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/horde-imp.spec?r1=1.118&r2=1.119&f=u
    http://cvs.pld-linux.org/SPECS/horde.spec?r1=1.155&r2=1.156&f=u
    http://cvs.pld-linux.org/SPECS/mantis.spec?r1=1.39&r2=1.40&f=u
    http://cvs.pld-linux.org/SPECS/mediawiki.spec?r1=1.44&r2=1.45&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-HTTP.spec?r1=1.36&r2=1.37&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-HTTP_Download.spec?r1=1.38&r2=1.39&f=u
    http://cvs.pld-linux.org/SPECS/php-pear-XML_Tree.spec?r1=1.16&r2=1.17&f=u
    http://cvs.pld-linux.org/SPECS/php-pecl-json.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list