Author: arekm Date: Wed Mar 9 23:15:00 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- enable soap extension; comment about broken shared patch; epoch++ to be
higher than on branch
---- Files affected:
SPECS:
php.spec (1.415 -> 1.416)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.415 SPECS/php.spec:1.416
--- SPECS/php.spec:1.415 Wed Mar 9 22:45:01 2005
+++ SPECS/php.spec Thu Mar 10 00:14:55 2005
@@ -1,6 +1,7 @@
# $Revision$, $Date$
#
# TODO:
+# - php-shared is SERIOUSLY broken. Try compiling with --enable-versioning.
# - think of including support for:
# - mcve,
# - ovrimos,
@@ -75,8 +76,8 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ
ÓĹŇ×ĹŇŚ
Name: php
Version: 5.0.3
-Release: 4%{?with_hardened:hardened}
-Epoch: 3
+Release: 4.2%{?with_hardened:hardened}
+Epoch: 4
Group: Libraries
License: PHP
Source0: http://www.php.net/distributions/%{name}-%{version}.tar.bz2
@@ -1138,6 +1139,20 @@
%description snmp -l pl
Moduł PHP dodający obsługę SNMP.
+%package soap
+Summary: soap extension module for PHP
+Summary(pl): Moduł soap dla PHP
+Group: Libraries
+Requires(post,preun): %{name}-common = %{epoch}:%{version}-%{release}
+Requires: %{name}-common = %{epoch}:%{version}-%{release}
+
+%description soap
+This is a dynamic shared object (DSO) for PHP that will add SOAP/WSDL
+support.
+
+%description soap -l pl
+Moduł PHP dodający obsługę SOAP/WSDL.
+
%package sockets
Summary: sockets extension module for PHP
Summary(pl): Moduł socket dla PHP
@@ -1366,6 +1381,7 @@
%prep
%setup -q
+# this patch is broken by design, breaks --enable-versioning for example
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -2066,6 +2082,14 @@
%{_sbindir}/php-module-install remove snmp %{_sysconfdir}/php.ini
fi
+%post soap
+%{_sbindir}/php-module-install install soap %{_sysconfdir}/php.ini
+
+%preun soap
+if [ "$1" = "0" ]; then
+ %{_sbindir}/php-module-install remove soap %{_sysconfdir}/php.ini
+fi
+
%post sockets
%{_sbindir}/php-module-install install sockets %{_sysconfdir}/php.ini
@@ -2463,6 +2487,10 @@
%attr(755,root,root) %{extensionsdir}/snmp.so
%endif
+%files soap
+%defattr(644,root,root,755)
+%attr(755,root,root) %{extensionsdir}/soap.so
+
%files sockets
%defattr(644,root,root,755)
%attr(755,root,root) %{extensionsdir}/sockets.so
@@ -2537,6 +2565,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.416 2005/03/09 23:14:55 arekm
+- enable soap extension; comment about broken shared patch; epoch++ to be
higher than on branch
+
Revision 1.415 2005/03/09 21:45:01 arekm
- enable soap (nfy)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.415&r2=1.416&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit