SPECS: php.spec - build tokenizer extension as shared
glen
glen at pld-linux.org
Tue Oct 4 16:22:25 CEST 2005
Author: glen Date: Tue Oct 4 14:22:25 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- build tokenizer extension as shared
---- Files affected:
SPECS:
php.spec (1.486 -> 1.487)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.486 SPECS/php.spec:1.487
--- SPECS/php.spec:1.486 Fri Sep 23 01:05:57 2005
+++ SPECS/php.spec Tue Oct 4 16:22:20 2005
@@ -79,7 +79,7 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
Name: php
Version: 5.0.5
-Release: 8.1%{?with_hardening:hardened}
+Release: 8.4%{?with_hardening:hardened}
Epoch: 4
Group: Libraries
License: PHP
@@ -1345,6 +1345,16 @@
%description tidy -l pl
Moduł PHP umożliwiający korzystanie z tidy.
+%package tokenizer
+Summary: tokenizer extension module for PHP
+Group: Libraries
+Requires(post,preun): %{name}-common = %{epoch}:%{version}-%{release}
+Requires: %{name}-common = %{epoch}:%{version}-%{release}
+
+%description tokenizer
+This is a dynamic shared object (DSO) for PHP that will add tokenizer
+support.
+
%package wddx
Summary: wddx extension module for PHP
Summary(pl): Moduł wddx dla PHP
@@ -1602,6 +1612,7 @@
--enable-safe-mode \
--enable-soap=shared \
--enable-sockets=shared \
+ --enable-tokenizer=shared \
--enable-ucd-snmp-hack \
%{?with_wddx:--enable-wddx=shared} \
--enable-xml=shared \
@@ -2286,6 +2297,12 @@
%postun tidy
%extension_postun
+%post tokenizer
+%extension_post
+
+%postun tokenizer
+%extension_postun
+
%post wddx
%extension_post
@@ -2910,6 +2927,11 @@
%attr(755,root,root) %{extensionsdir}/tidy.so
%endif
+%files tokenizer
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/tokenizer.ini
+%attr(755,root,root) %{extensionsdir}/tokenizer.so
+
%if %{with wddx}
%files wddx
%defattr(644,root,root,755)
@@ -2950,6 +2972,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.487 2005/10/04 14:22:20 glen
+- build tokenizer extension as shared
+
Revision 1.486 2005/09/22 23:05:57 glen
- typo when fcgi bcond was not disabled
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.486&r2=1.487&f=u
More information about the pld-cvs-commit
mailing list