SPECS (DEVEL): php.spec - add simplexml shared sections (disabled ...
glen
glen at pld-linux.org
Wed Oct 19 13:23:52 CEST 2005
Author: glen Date: Wed Oct 19 11:23:52 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- add simplexml shared sections (disabled by now)
---- Files affected:
SPECS:
php.spec (1.467.2.18 -> 1.467.2.19)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.467.2.18 SPECS/php.spec:1.467.2.19
--- SPECS/php.spec:1.467.2.18 Wed Oct 19 10:32:51 2005
+++ SPECS/php.spec Wed Oct 19 13:23:46 2005
@@ -76,7 +76,7 @@
Name: php
Version: 5.1.0
%define _rc RC3
-%define _rel 0.2
+%define _rel 0.4
Release: 0.%{_rc}.%{_rel}%{?with_hardening:hardened}
Epoch: 4
Group: Libraries
@@ -1188,6 +1188,16 @@
Uwaga: to jest moduł eksperymentalny.
+%package simplexml
+Summary: Simple XML extension module for PHP
+Group: Libraries
+Requires(post,preun): %{name}-common = %{epoch}:%{version}-%{release}
+Requires: %{name}-common = %{epoch}:%{version}-%{release}
+
+%description simplexml
+This is a dynamic shared object (DSO) for PHP that will add Simple XML
+support.
+
%package snmp
Summary: SNMP extension module for PHP
Summary(pl): Moduł SNMP dla PHP
@@ -1615,6 +1625,7 @@
--enable-ftp=shared \
--enable-gd-native-ttf \
--enable-gd-jus-conf \
+ --enable-libxml \
--enable-magic-quotes \
--enable-mbstring=shared,all \
--enable-mbregex \
@@ -1635,6 +1646,7 @@
--enable-session \
--enable-shared \
--enable-shmop=shared \
+ --enable-simplexml \
--enable-sysvmsg=shared \
--enable-sysvsem=shared \
--enable-sysvshm=shared \
@@ -2885,6 +2897,14 @@
#%defattr(644,root,root,755)
#%attr(755,root,root) %{extensionsdir}/session.so
+%if 0
+# simplexml is needed by spl, and spl can't be built shared as of now (5.1.0RC3)
+%files simplexml
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/simplexml.ini
+%attr(755,root,root) %{extensionsdir}/simplexml.so
+%endif
+
%files shmop
%defattr(644,root,root,755)
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/shmop.ini
@@ -2995,6 +3015,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.467.2.19 2005/10/19 11:23:46 glen
+- add simplexml shared sections (disabled by now)
+
Revision 1.467.2.18 2005/10/19 08:32:51 glen
- shared pdo core. i hope the deps are okay
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.467.2.18&r2=1.467.2.19&f=u
More information about the pld-cvs-commit
mailing list