SPECS: php4.spec - Provide tokenizer extension. for now it's stati...
glen
glen at pld-linux.org
Tue Oct 4 14:49:02 CEST 2005
Author: glen Date: Tue Oct 4 12:49:02 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Provide tokenizer extension. for now it's statically linked (and can't be linked shared without hacking, maybe never)
---- Files affected:
SPECS:
php4.spec (1.480 -> 1.481)
---- Diffs:
================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.480 SPECS/php4.spec:1.481
--- SPECS/php4.spec:1.480 Thu Sep 29 18:22:03 2005
+++ SPECS/php4.spec Tue Oct 4 14:48:57 2005
@@ -6,6 +6,7 @@
# TODO:
# - make additional headers added by mail patch configurable
# - /var/run/php group not owned
+# - tokenizer extension as shared. (is it possible? perhaps core engine needs it?)
#
# Conditional build:
%bcond_with db3 # use db3 packages instead of db (4.x) for Berkeley DB support
@@ -74,7 +75,7 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 4 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
Name: php4
Version: 4.4.0
-Release: 11%{?with_hardening:hardened}
+Release: 11.1%{?with_hardening:hardened}
Epoch: 3
Group: Libraries
License: PHP
@@ -383,8 +384,10 @@
Requires: glibc >= 6:2.3.5
Requires: sed >= 4.0
Provides: %{name}-session = %{epoch}:%{version}-%{release}
+Provides: %{name}-tokenizer = %{epoch}:%{version}-%{release}
Provides: php-common = %{epoch}:%{version}-%{release}
Provides: php-session = %{epoch}:%{version}-%{release}
+Provides: php-tokenizer = %{epoch}:%{version}-%{release}
Provides: php(modules_api) = %{php_api_version}
Provides: php(zend_module_api) = %{zend_module_api}
Provides: php(zend_extension_api) = %{zend_extension_api}
@@ -1802,6 +1805,7 @@
%{?with_sybase:--with-sybase-ct=shared,/usr --with-sybase=shared,/usr} \
--with-t1lib=shared \
--with-tiff-dir=/usr \
+ --with-tokenizer=shared,/usr \
%{?with_odbc:--with-unixODBC=shared} \
%{!?with_xmlrpc:--without-xmlrpc}%{?with_xmlrpc:--with-xmlrpc=shared,/usr} \
%{?with_xslt:--with-xslt-sablot=shared} \
@@ -3121,6 +3125,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.481 2005/10/04 12:48:57 glen
+- Provide tokenizer extension. for now it's statically linked (and can't be linked shared without hacking, maybe never)
+
Revision 1.480 2005/09/29 16:22:03 glen
- fixed amd64 build; rel 11
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.480&r2=1.481&f=u
More information about the pld-cvs-commit
mailing list