SPECS: php.spec - hash, json, xmlwriter are shared extensions now

glen glen at pld-linux.org
Sun Nov 19 23:12:57 CET 2006


Author: glen                         Date: Sun Nov 19 22:12:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- hash, json, xmlwriter are shared extensions now

---- Files affected:
SPECS:
   php.spec (1.612 -> 1.613) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.612 SPECS/php.spec:1.613
--- SPECS/php.spec:1.612	Sun Nov 19 22:46:06 2006
+++ SPECS/php.spec	Sun Nov 19 23:12:52 2006
@@ -17,7 +17,6 @@
 # - make additional headers added by mail patch configurable
 # - apply -hardened patch by default ?
 # - modularize session, standard (output from pure php -m)?
-# - modular json
 #
 # Conditional build:
 %bcond_with	db3		# use db3 packages instead of db (4.x) for Berkeley DB support
@@ -70,7 +69,7 @@
 ERROR: You need to select at least one Apache SAPI to build shared modules.
 %endif
 
-%define	_rel 0.12
+%define	_rel 0.14
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr):	Le langage de script embarque-HTML PHP
 Summary(pl):	Język skryptowy PHP
@@ -662,6 +661,21 @@
 Moduł PHP umożliwiający korzystanie z biblioteki gmp do obliczeń na
 liczbach o dowolnej długości.
 
+%package hash
+Summary:	HASH Message Digest Framework
+Summary(pl):	szkielet do obliczania skrótów wiadomości
+Group:		Libraries
+Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Provides:	php(hash)
+
+%description hash
+Native implementations of common message digest algorithms using a
+generic factory method.
+
+%description hash -l pl
+Natywne implementacje popularnych algorytmów obliczania skrótów
+wiadomości przy użyciu wspólnego interfejsu.
+
 %package iconv
 Summary:	iconv extension module for PHP
 Summary(pl):	Moduł iconv dla PHP
@@ -709,6 +723,21 @@
 %description interbase -l pl
 Moduł PHP umożliwiający dostęp do baz danych InterBase i Firebird.
 
+%package json
+Summary:	PHP C extension for JSON serialization
+Summary(pl):	rozszerzenie C PHP dla serializacji JSON
+Group:		Libraries
+Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Provides:	php(json)
+
+%description json
+php-json is an extremely fast PHP C extension for JSON (JavaScript
+Object Notation) serialisation.
+
+%description json -l pl
+php-json to bardzo szybkie rozszerzenie C PHP dla serializacji JSON
+(JavaScript Object Notation).
+
 %package ldap
 Summary:	LDAP extension module for PHP
 Summary(pl):	Moduł LDAP dla PHP
@@ -1433,6 +1462,23 @@
 
 Uwaga: to jest moduł eksperymentalny.
 
+%package xmlwriter
+Summary:	provides fast, non-cached, forward-only means to write XML data
+Summary(pl):	szybka, nie cachowana metoda zapisu danych w formacie XML
+Group:		Libraries
+Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Provides:	php(xmlwriter)
+
+%description xmlwriter
+This extension wraps the libxml xmlWriter API. Represents a writer
+that provides a non-cached, forward-only means of generating streams
+or files containing XML data.
+
+%description xmlwriter -l pl
+To rozszerzenie obudowuje API xmlWriter z libxml. Reprezentuje obsługę
+zapisu dostarczającą nie cachowanych metod generowania strumieni lub
+plików zawierających dane XML.
+
 %package xsl
 Summary:	xsl extension module for PHP
 Summary(pl):	Moduł xsl dla PHP
@@ -1630,6 +1676,9 @@
 	--enable-mbregex \
 	--enable-pcntl=shared \
 	--enable-pdo=shared \
+	--enable-json=shared \
+	--enable-hash=shared \
+	--enable-xmlwriter=shared \
 %if %{with mssql} || %{with sybase} || %{with sybase_ct}
 	--with-pdo-dblib=shared \
 %endif
@@ -2586,6 +2635,11 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/gmp.ini
 %attr(755,root,root) %{extensionsdir}/gmp.so
 
+%files hash
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/hash.ini
+%attr(755,root,root) %{extensionsdir}/hash.so
+
 %files iconv
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/iconv.ini
@@ -2605,6 +2659,11 @@
 %attr(755,root,root) %{extensionsdir}/interbase.so
 %endif
 
+%files json
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/json.ini
+%attr(755,root,root) %{extensionsdir}/json.so
+
 %if %{with ldap}
 %files ldap
 %defattr(644,root,root,755)
@@ -2878,6 +2937,11 @@
 %attr(755,root,root) %{extensionsdir}/xmlrpc.so
 %endif
 
+%files xmlwriter
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xmlwriter.ini
+%attr(755,root,root) %{extensionsdir}/xmlwriter.so
+
 %files xsl
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/xsl.ini
@@ -2899,6 +2963,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.613  2006/11/19 22:12:52  glen
+- hash, json, xmlwriter are shared extensions now
+
 Revision 1.612  2006/11/19 21:46:06  glen
 - json is compiled statically...
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.612&r2=1.613&f=u



More information about the pld-cvs-commit mailing list