]> git.pld-linux.org Git - packages/php.git/commitdiff
- add Provides php(debug) and php(thread-safety) provides in -common; rel 12 auto/ac/php-5_0_5-12
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Oct 2005 15:28:11 +0000 (15:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.502

php.spec

index 9ac9c4bfcc6ca1c87bae22f4f3f5135a5eb4aecf..ee728e4dc257fe1fc8d81976bd7ca527ecd47635 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -81,7 +81,7 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.0.5
-Release:       11%{?with_hardening:hardened}
+Release:       12%{?with_hardening:hardened}
 Epoch:         4
 Group:         Libraries
 License:       PHP
@@ -214,6 +214,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                php_api_version         20031224
 %define                zend_module_api         20041030
 %define                zend_extension_api      220040412
+%define                zend_zts                        1
+%define                php_debug                       %{!?debug:0}%{?debug:1}
 
 %description
 PHP is an HTML-embedded scripting language. PHP attempts to make it
@@ -381,6 +383,8 @@ Provides:   php-common(apache-modules-api) = %{apache_modules_api}
 Provides:      php(modules_api) = %{php_api_version}
 Provides:      php(zend_module_api) = %{zend_module_api}
 Provides:      php(zend_extension_api) = %{zend_extension_api}
+Provides:      php(debug) = %{php_debug}
+Provides:      php(thread-safety) = %{zend_zts}
 Obsoletes:     php-session < 3:4.2.1-2
 # for the posttrans scriptlet, conflicts because in vserver enviroinment rpm package is not installed.
 Conflicts:     rpm < 4.4.2-0.2
This page took 0.058467 seconds and 4 git commands to generate.