]> git.pld-linux.org Git - packages/php4.git/blobdiff - php4.spec
- Provide tokenizer extension. for now it's statically linked (and can't be linked...
[packages/php4.git] / php4.spec
index 5658f964326cadef1f184f1828fb201307daa057..96e9a37c1bc130a27d85f234d399e9cf992b883c 100644 (file)
--- a/php4.spec
+++ b/php4.spec
@@ -5,6 +5,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
@@ -73,7 +74,7 @@ Summary(ru):  PHP 
 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
@@ -382,8 +383,10 @@ Group:             Libraries
 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}
@@ -1801,6 +1804,7 @@ for sapi in $sapis; do
        %{?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} \
This page took 0.097832 seconds and 4 git commands to generate.