packages: php/php.spec - moved from DEVEL

arekm arekm at pld-linux.org
Mon Jul 6 21:38:09 CEST 2009


Author: arekm                        Date: Mon Jul  6 19:38:09 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- moved from DEVEL

---- Files affected:
packages/php:
   php.spec (1.805 -> 1.806) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.805 packages/php/php.spec:1.806
--- packages/php/php.spec:1.805	Mon Jul  6 18:41:47 2009
+++ packages/php/php.spec	Mon Jul  6 21:38:03 2009
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO
-# - fix -threads-acfix.patch
 # - deal with modules removed from php and not moved to PECL, still not obsoleted anywhere
 #   - removed from php 5.0 (currently in php4):
 #   db, hyperwave, java, mcal, overload, qtdom
@@ -8,52 +7,58 @@
 #   cpdf, fam, oracle
 #   - removed from php 5.2:
 #   filepro, hw
-# - mime_magic can't handle new "string/*" entries in magic.mime
-#   thus doesn't work with system magic.mime database
+#   - removed from php 5.3:
+#   dbase, mhash, mime_magic, ming, ncurses, sybase
 # - make additional headers and checking added by mail patch configurable
 # - modularize session, standard (output from pure php -m)?
-# - http://forum.lighttpd.net/topic/34454
-# - ttyname_r() missdetected http://bugs.php.net/bug.php?id=48820
+# - lib64 patch obsolete by $PHP_LIBDIR ?
+# - move mysqlnd out of libphp-common.so?
+# - WARNING: Phar: sha256/sha512 signature support disabled if ext/hash is
+#   built shared, also PHAR_HAVE_OPENSSL is false if openssl is built shared.
+#   make it runtime dep and add Suggests (or php warning messages)
+# - some mods should be shared:
+#$ php -m
+# [PHP Modules]
+#+Core
+# date
+#+ereg
+# libxml
+#+mysqlnd
+# pcre
+# Reflection
+# session
 #
 # Conditional build:
 %bcond_with	fdf		# with FDF (PDF forms) module		(BR: proprietary lib)
 %bcond_with	interbase_inst	# use InterBase install., not Firebird	(BR: proprietary libs)
 %bcond_with	oci8		# with Oracle oci8 extension module	(BR: proprietary libs)
 %bcond_with	system_gd	# with system gd (we prefer internal since it enables few more features)
-%bcond_with	gd_jis_conv	# causes imagettfbbox(): any2eucjp(): invalid code in input string when internal gd used
-%bcond_with	zend_multibyte		# enable zend multibyte, mbstring can't be shared then anymore
 %bcond_without	curl		# without CURL extension module
 %bcond_without	filter		# without filter extension module
 %bcond_without	imap		# without IMAP extension module
 %bcond_without	interbase	# without InterBase extension module
 %bcond_without	ldap		# without LDAP extension module
-%bcond_without	mhash		# without mhash extension module
-%bcond_without	mime_magic	# without mime-magic module
-%bcond_without	ming		# without ming extension module
 %bcond_without	mm		# without mm support for session storage
 %bcond_without	mssql		# without MS SQL extension module
 %bcond_without	mysqli		# without mysqli support (Requires mysql > 4.1)
 %bcond_without	odbc		# without ODBC extension module
 %bcond_without	openssl		# without OpenSSL support and OpenSSL extension (module)
-%bcond_without	pcre		# without PCRE extension module
 %bcond_without	pgsql		# without PostgreSQL extension module
+%bcond_without	phar		# without phar extension module
 %bcond_without	pspell		# without pspell extension module
 %bcond_without	recode		# without recode extension module
 %bcond_without	snmp		# without SNMP extension module
 %bcond_without	sqlite		# without SQLite extension module
-%bcond_without	sybase		# without Sybase extension module
+%bcond_without	sqlite3		# without SQLite3 extension module
+%bcond_without	sybase_ct	# without Sybase-CT extension module
 %bcond_without	tidy		# without Tidy extension module
 %bcond_without	wddx		# without WDDX extension module
 %bcond_without	xmlrpc		# without XML-RPC extension module
 %bcond_without	apache1		# disable building apache 1.3.x module
 %bcond_without	apache2		# disable building apache 2.x module
-%bcond_without	fcgi		# disable building FCGI SAPI
-%bcond_without	zts		# disable Zend Thread Safety
-%bcond_without	fpm		# fpm patches from http://php-fpm.anight.org/
-%bcond_with	suhosin		# with suhosin patch
-%bcond_with	system_xmlrpc_epi	# use system xmlrpc-epi library (broken on 64bit arches, see http://bugs.php.net/41611)
-%bcond_with	tests		# default off; test process very often hangs on builders; perform "make test"
-%bcond_with	versioning	# build with experimental versioning (to load php4/php5 into same apache)
+%bcond_without	zts		# disable experimental-zts
+%bcond_with	tests		# default off; test process very often hangs on buildersl; perform "make test"
+%bcond_with	type_hints	# experimental support for strict typing/casting
 
 %define apxs1		/usr/sbin/apxs1
 %define	apxs2		/usr/sbin/apxs
@@ -63,30 +68,16 @@
 %undefine	with_mm
 %endif
 
-%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
-%undefine	with_interbase
-%endif
-%if "%{pld_release}" == "th"
-%ifarch ppc
+%ifnarch %{ix86} %{x8664} sparc sparcv9 alpha
 # ppc disabled (broken on th-ppc)
 %undefine	with_interbase
 %endif
-%endif
-
-%ifnarch %{ix86} %{x8664}
-# unsupported, see sapi/cgi/fpm/fpm_atomic.h
-%undefine	with_fpm
-%endif
 
 %if %{without apache1} && %{without apache2}
 ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 
-# filter depends on pcre
-%if %{without pcre}
-%undefine	with_filter
-%endif
-
+%define		rel		0.3
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -94,25 +85,19 @@
 Summary(ru.UTF-8):	PHP Версии 5 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):	PHP Версії 5 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:		php
-Version:	5.2.10
-Release:	6
+Version:	5.3.0
+Release:	%{rel}%{?with_type_hints:th}
 Epoch:		4
 License:	PHP
 Group:		Libraries
 Source0:	http://www.php.net/distributions/%{name}-%{version}.tar.bz2
-# Source0-md5:	15c7b5a87f57332d6fc683528e28247b
+# Source0-md5:	846760cd655c98dfd86d6d97c3d964b0
 Source2:	%{name}-mod_%{name}.conf
 Source3:	%{name}-cgi-fcgi.ini
-Source4:	%{name}-cgi.ini
-Source5:	%{name}-apache.ini
-Source6:	%{name}-cli.ini
+Source4:	%{name}-apache.ini
+Source5:	%{name}-cli.ini
 # Taken from: http://browsers.garykeith.com/downloads.asp
-Source8:	%{name}_browscap.ini
-# lynx -dump ftp://distfiles.gentoo.org/pub/gentoo/distfiles/|grep -o ftp://.*php-patchset.*tar.bz2
-#Source9:	ftp://distfiles.gentoo.org/pub/gentoo/distfiles/%{name}-patchset-%{version}-r1.tar.bz2
-## Source9-md5:	d67f23f5e69664e06fce89b064d5bbab
-Source10:	%{name}-fpm.init
-Source11:	%{name}-fpm.logrotate
+Source9:	%{name}_browscap.ini
 Patch0:		%{name}-shared.patch
 Patch1:		%{name}-pldlogo.patch
 Patch2:		%{name}-mail.patch
@@ -120,47 +105,27 @@
 Patch4:		%{name}-libpq_fs_h_path.patch
 Patch5:		%{name}-filter-shared.patch
 Patch6:		%{name}-build_modules.patch
-Patch7:		%{name}-sapi-ini-file.patch
-Patch8:		%{name}-no-metaccld.patch
+Patch7:		%{name}-config-file-scan-dir.patch
+Patch8:		%{name}-sapi-ini-file.patch
 Patch9:		%{name}-sh.patch
-Patch10:	%{name}-ini.patch
-Patch11:	%{name}-acam.patch
 Patch12:	%{name}-threads-acfix.patch
-Patch13:	%{name}-tsrmlsfetchgcc2.patch
 Patch14:	%{name}-no_pear_install.patch
 Patch15:	%{name}-zlib.patch
-Patch16:	%{name}-sybase-fix.patch
 Patch17:	%{name}-readline.patch
 Patch18:	%{name}-nohttpd.patch
 Patch19:	%{name}-gd_imagerotate_enable.patch
 Patch20:	%{name}-uint32_t.patch
 Patch21:	%{name}-dba-link.patch
-Patch22:	%{name}-both-apxs.patch
-Patch23:	%{name}-builddir.patch
-Patch24:	%{name}-zlib-for-getimagesize.patch
-Patch25:	%{name}-versioning.patch
-Patch26:	%{name}-pear.patch
-Patch27:	%{name}-config-dir.patch
-Patch28:	%{name}-bug-42952.patch
-Patch29:	%{name}-fcgi-graceful.patch
-Patch30:	%{name}-apr-apu.patch
-Patch31:	%{name}-fcgi-error_log-no-newlines.patch
-Patch32:	%{name}-curl-limit-speed.patch
-Patch33:	%{name}-mime_magic.patch
-Patch34:	%{name}-libtool.patch
-Patch35:	%{name}-tds.patch
-Patch36:	%{name}-mysql-charsetphpini.patch
-Patch37:	%{name}-mysqli-charsetphpini.patch
-Patch38:	%{name}-pdo_mysql-charsetphpini.patch
-Patch39:	%{name}-use-prog_sendmail.patch
-Patch40:	%{name}-fpm.patch
-Patch41:	%{name}-fpm-config.patch
-Patch42:	%{name}-fpm-initdir.patch
-Patch44:	%{name}-include_path.patch
-Patch45:	%{name}-imap-annotations.patch
-Patch46:	%{name}-imap-myrights.patch
-Patch47:	suhosin.patch
-Patch48:	%{name}-bug-48697.patch
+Patch23:	%{name}-both-apxs.patch
+Patch24:	%{name}-builddir.patch
+Patch25:	%{name}-zlib-for-getimagesize.patch
+Patch29:	%{name}-config-dir.patch
+Patch31:	%{name}-fcgi-graceful.patch
+Patch38:	%{name}-tds.patch
+Patch43:	%{name}-use-prog_sendmail.patch
+%if %{with type_hints}
+Patch50:	http://ilia.ws/patch/type_hint_53_v2.txt
+%endif
 URL:		http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:	aspell-devel >= 2:0.50.0}
@@ -174,13 +139,12 @@
 BuildRequires:	elfutils-devel
 %if %{with xmlrpc}
 BuildRequires:	expat-devel
-%{?with_system_xmlrpc_epi:BuildRequires:    xmlrpc-epi-devel}
 %endif
-%{?with_fcgi:BuildRequires:	fcgi-devel}
 %{?with_fdf:BuildRequires:	fdftk-devel}
 BuildRequires:	flex
-%if %{with mssql} || %{with sybase} || %{with sybase_ct}
-BuildRequires:	freetds-devel
+Requires:	fcgi-devel
+%if %{with mssql} || %{with sybase_ct}
+BuildRequires:	freetds-devel >= 0.82
 %endif
 BuildRequires:	freetype-devel >= 2.0
 %if %{with system_gd}
@@ -189,7 +153,7 @@
 %endif
 BuildRequires:	gdbm-devel
 BuildRequires:	gmp-devel
-%{?with_imap:BuildRequires:	imap-devel >= 1:2007e-2}
+%{?with_imap:BuildRequires:	imap-devel >= 1:2001-0.BETA.200107022325.2}
 BuildRequires:	libjpeg-devel
 BuildRequires:	libltdl-devel >= 1.4
 BuildRequires:	libmcrypt-devel >= 2.4.4
@@ -198,24 +162,19 @@
 %if "%{pld_release}" != "ac"
 BuildRequires:	libtool >= 2:2.2
 %else
-BuildRequires:	libtool
+BuildRequires:	libtool >= 1.4.3
 %endif
 BuildRequires:	libwrap-devel
 BuildRequires:	libxml2-devel >= 2.5.10
 BuildRequires:	libxslt-devel >= 1.1.0
-%{?with_mhash:BuildRequires:	mhash-devel}
-%{?with_ming:BuildRequires:	ming-devel >= 0.3}
 %{?with_mm:BuildRequires:	mm-devel >= 1.3.0}
-BuildRequires:	mysql-devel >= 4.0.0
-%{?with_mysqli:BuildRequires:	mysql-devel >= 4.1}
-BuildRequires:	ncurses-ext-devel
 %{?with_ldap:BuildRequires:	openldap-devel >= 2.3.0}
 %if %{with openssl} || %{with ldap}
 BuildRequires:	openssl-devel >= 0.9.7d
 %endif
 %{?with_snmp:BuildRequires:	net-snmp-devel >= 5.0.7}
 BuildRequires:	pam-devel
-%{?with_pcre:BuildRequires:	pcre-devel >= 6.6}
+BuildRequires:	pcre-devel >= 6.6
 %{?with_pgsql:BuildRequires:	postgresql-backend-devel >= 7.2}
 %{?with_pgsql:BuildRequires:	postgresql-devel}
 BuildRequires:	readline-devel
@@ -224,10 +183,11 @@
 BuildRequires:	rpm-build >= 4.4.0
 BuildRequires:	rpmbuild(macros) >= 1.238
 %{?with_sqlite:BuildRequires:	sqlite-devel}
-%{?with_sqlite:BuildRequires:	sqlite3-devel}
+%{?with_sqlite3:BuildRequires:	sqlite3-devel >= 3.3.9}
 BuildRequires:	t1lib-devel
 %{?with_tidy:BuildRequires:	tidy-devel}
 %{?with_odbc:BuildRequires:	unixODBC-devel}
+%{?with_xmlrpc:BuildRequires:	xmlrpc-epi-devel}
 BuildRequires:	zlib-devel >= 1.0.9
 %if %{with apache1}
 BuildRequires:	apache1-devel
@@ -237,10 +197,6 @@
 BuildRequires:	apr-devel >= 1:1.0.0
 BuildRequires:	apr-util-devel >= 1:1.0.0
 %endif
-%if %{with fpm}
-BuildRequires:	judy-devel
-BuildRequires:	libevent-devel >= 1.4.7-3
-%endif
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		php_sysconfdir		/etc/php
@@ -248,9 +204,10 @@
 %define		_sysconfdir			%{php_sysconfdir}
 
 # must be in sync with source. extra check ensuring that it is so is done in %%build
-%define		php_api_version		20041225
-%define		zend_module_api		20060613
-%define		zend_extension_api	220060519
+%define		php_api_version		20090626
+%define		zend_module_api		20090626
+%define		zend_extension_api	220090626
+
 %define		zend_zts		%{!?with_zts:0}%{?with_zts:1}
 %define		php_debug		%{!?debug:0}%{?debug:1}
 
@@ -346,31 +303,22 @@
 %description -n apache-mod_php -l pl.UTF-8
 php jako moduł DSO (Dynamic Shared Object) dla apache 2.x.
 
-%package fcgi
-Summary:	php as FastCGI program
-Summary(pl.UTF-8):	php jako program FastCGI
-Group:		Development/Languages/PHP
-Requires:	%{name}-common = %{epoch}:%{version}-%{release}
-Provides:	webserver(php) = %{version}
-
-%description fcgi
-php as FastCGI program.
-
-%description fcgi -l pl.UTF-8
-php jako program FastCGI.
-
 %package cgi
-Summary:	php as CGI program
-Summary(pl.UTF-8):	php jako program CGI
+Summary:	php as CGI/FastCGI program
+Summary(pl.UTF-8):	php jako program CGI/FastCGI
 Group:		Development/Languages/PHP
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(cgi)
+Provides:	php(fcgi)
+Provides:	webserver(php)
+Provides:	%{name}-fcgi = %{epoch}:%{version}-%{release}
+Obsoletes:	php-fcgi < 4:5.3.0
 
 %description cgi
-php as CGI program.
+php as CGI or FastCGI program.
 
 %description cgi -l pl.UTF-8
-php jako program CGI.
+php jako program CGI lub FastCGI.
 
 %package cli
 Summary:	php as CLI interpreter
@@ -397,21 +345,8 @@
 %description program -l pl.UTF-8
 Pakiet dostarczający dowiązanie symboliczne /usr/bin/php do PHP CLI.
 
-%package fpm
-Summary:	PHP FastCGI Process Manager
-Group:		Development/Languages/PHP
-URL:		http://php-fpm.anight.org/
-Requires(post,preun):	/sbin/chkconfig
-Requires:	%{name}-common = %{epoch}:%{version}-%{release}
-Requires:	libevent >= 1.4.7-3
-Requires:	rc-scripts
-Provides:	webserver(php) = %{version}
-
-%description fpm
-PHP FastCGI Process Manager.
-
 %package common
-Summary:	Common files needed by both apache module and CGI
+Summary:	Common files needed by both Apache modules and CGI/CLI SAPI-s.
 Summary(pl.UTF-8):	Wspólne pliki dla modułu apache'a i programu CGI
 Summary(ru.UTF-8):	Разделяемые библиотеки для php
 Summary(uk.UTF-8):	Бібліотеки спільного використання для php
@@ -420,22 +355,20 @@
 Requires:	glibc >= 6:2.3.5
 Requires:	php-dirs
 Provides:	php(date)
+Provides:	php(hash)
 Provides:	php(libxml)
-%{?with_zend_multibyte:Provides:	php(mbstring)}
 Provides:	php(modules_api) = %{php_api_version}
 Provides:	php(overload)
-%{?with_pcre:Provides:	php(pcre)}
+Provides:	php(pcre)
 Provides:	php(reflection)
 Provides:	php(session)
-Provides:	php(simplexml)
 Provides:	php(spl)
 Provides:	php(standard)
 Provides:	php(zend_extension_api) = %{zend_extension_api}
 Provides:	php(zend_module_api) = %{zend_module_api}
-%{?with_zend_multibyte:Provides:	php-mbstring = %{epoch}:%{version}-%{release}}
-%{?with_pcre:Provides:	php-pcre = %{epoch}:%{version}-%{release}}
 Provides:	php5(debug) = %{php_debug}
 Provides:	php5(thread-safety) = %{zend_zts}
+Obsoletes:	php-mhash
 Obsoletes:	php-pcre < 4:5.2.0
 Obsoletes:	php-pecl-domxml
 Obsoletes:	php-session < 3:4.2.1-2
@@ -443,7 +376,7 @@
 Conflicts:	rpm < 4.4.2-0.2
 
 %description common
-Common files needed by both apache module and CGI.
+Common files needed by both Apache modules and CGI/CLI SAPI-s.
 
 %description common -l pl.UTF-8
 Wspólne pliki dla modułu apacha i programu CGI.
@@ -466,12 +399,8 @@
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	autoconf
 Requires:	automake
-%if "%{pld_release}" != "ac"
-Requires:	libtool >= 2:2.2
-%else
 Requires:	libtool
-%endif
-%{?with_pcre:Requires:	pcre-devel >= 6.6}
+Requires:	pcre-devel >= 6.6
 Requires:	shtool
 Obsoletes:	php-pear-devel
 Obsoletes:	php4-devel
@@ -513,6 +442,7 @@
 Summary:	bcmath extension module for PHP
 Summary(pl.UTF-8):	Moduł bcmath dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.bc.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(bcmath)
 
@@ -528,6 +458,7 @@
 Summary:	Bzip2 extension module for PHP
 Summary(pl.UTF-8):	Moduł bzip2 dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.bzip2.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(bzip2)
 
@@ -542,6 +473,7 @@
 Summary:	Calendar extension module for PHP
 Summary(pl.UTF-8):	Moduł funkcji kalendarza dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.calendar.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(calendar)
 
@@ -556,6 +488,7 @@
 Summary:	ctype extension module for PHP
 Summary(pl.UTF-8):	Moduł ctype dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.ctype.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(ctype)
 
@@ -570,6 +503,7 @@
 Summary:	curl extension module for PHP
 Summary(pl.UTF-8):	Moduł curl dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.curl.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(curl)
 
@@ -584,6 +518,7 @@
 Summary:	DBA extension module for PHP
 Summary(pl.UTF-8):	Moduł DBA dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.dba.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(dba)
 
@@ -595,24 +530,11 @@
 Moduł dla PHP dodający obsługę dla baz danych opartych na plikach
 (DBA).
 
-%package dbase
-Summary:	DBase extension module for PHP
-Summary(pl.UTF-8):	Moduł DBase dla PHP
-Group:		Libraries
-Requires:	%{name}-common = %{epoch}:%{version}-%{release}
-Provides:	php(dbase)
-
-%description dbase
-This is a dynamic shared object (DSO) for PHP that will add DBase
-support.
-
-%description dbase -l pl.UTF-8
-Moduł PHP ze wsparciem dla DBase.
-
 %package dom
 Summary:	DOM extension module for PHP
 Summary(pl.UTF-8):	Moduł DOM dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.dom.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(dom)
 # it has some compatibility functions
@@ -630,6 +552,7 @@
 Summary:	exif extension module for PHP
 Summary(pl.UTF-8):	Moduł exif dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.exif.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(exif)
 
@@ -644,6 +567,7 @@
 Summary:	FDF extension module for PHP
 Summary(pl.UTF-8):	Moduł FDF dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.fdf.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(fdf)
 
@@ -655,10 +579,27 @@
 Moduł PHP dodający obsługę formularzy PDF poprzez bibliotekę Adobe
 FDFTK.
 
+%package fileinfo
+Summary:	libmagic bindings
+Group:		Libraries
+URL:		http://www.php.net/manual/en/book.fileinfo.php
+Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Provides:	php(fileinfo)
+Obsoletes:	php-pecl-fileinfo
+
+%description fileinfo
+This extension allows retrieval of information regarding vast majority
+of file. This information may include dimensions, quality, length
+etc...
+
+Additionally it can also be used to retrieve the MIME type for a
+particular file and for text files proper language encoding.
+
 %package filter
 Summary:	Extension for safely dealing with input parameters
 Summary(pl.UTF-8):	Rozszerzenie do bezpiecznej obsługi danych wejściowych
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.filter.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(filter)
 Obsoletes:	php-pecl-filter
@@ -681,6 +622,7 @@
 Summary:	FTP extension module for PHP
 Summary(pl.UTF-8):	Moduł FTP dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.ftp.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(ftp)
 
@@ -695,6 +637,7 @@
 Summary:	GD extension module for PHP
 Summary(pl.UTF-8):	Moduł GD dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.image.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 %if %{with system_gd}
 Requires:	gd >= 2.0.28-4
@@ -715,6 +658,7 @@
 Summary:	gettext extension module for PHP
 Summary(pl.UTF-8):	Moduł gettext dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.gettext.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(gettext)
 
@@ -729,6 +673,7 @@
 Summary:	gmp extension module for PHP
 Summary(pl.UTF-8):	Moduł gmp dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.gmp.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(gmp)
 
@@ -744,6 +689,7 @@
 Summary:	HASH Message Digest Framework
 Summary(pl.UTF-8):	Szkielet do obliczania skrótów wiadomości
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.gmp.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(hash)
 Obsoletes:	php-pecl-hash
@@ -760,6 +706,7 @@
 Summary:	iconv extension module for PHP
 Summary(pl.UTF-8):	Moduł iconv dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.iconv.php
 Requires:	%{_libdir}/gconv
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	iconv
@@ -777,6 +724,7 @@
 Summary(pl.UTF-8):	Moduł IMAP dla PHP
 Summary(pt_BR.UTF-8):	Um módulo para aplicações PHP que usam IMAP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.imap.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Provides:	php(imap)
 
@@ -794,6 +742,7 @@
 Summary:	InterBase/Firebird database module for PHP
 Summary(pl.UTF-8):	Moduł bazy danych InterBase/Firebird dla PHP
 Group:		Libraries
+URL:		http://www.php.net/manual/en/book.ibase.php
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.805&r2=1.806&f=u



More information about the pld-cvs-commit mailing list