SPECS: php.spec - proper use of _preserve_env - cosmetics

baggins baggins at pld-linux.org
Thu Mar 5 23:03:30 CET 2009


Author: baggins                      Date: Thu Mar  5 22:03:30 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper use of _preserve_env
- cosmetics

---- Files affected:
SPECS:
   php.spec (1.780 -> 1.781) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.780 SPECS/php.spec:1.781
--- SPECS/php.spec:1.780	Mon Mar  2 14:08:50 2009
+++ SPECS/php.spec	Thu Mar  5 23:03:25 2009
@@ -240,18 +240,18 @@
 
 %define		php_sysconfdir		/etc/php
 %define		php_extensiondir	%{_libdir}/php
-%define		_sysconfdir			%{php_sysconfdir}
+%define		_sysconfdir		%{php_sysconfdir}
 
 # must be in sync with source. extra check ensuring that it is so is done in %%build
 %define		php_api_version		20041225
 %define		zend_module_api		20060613
 %define		zend_extension_api	220060519
-%define		zend_zts			%{!?with_zts:0}%{?with_zts:1}
-%define		php_debug			%{!?debug:0}%{?debug:1}
+%define		zend_zts		%{!?with_zts:0}%{?with_zts:1}
+%define		php_debug		%{!?debug:0}%{?debug:1}
 
 %if %{with oci8}
 # ORACLE_HOME is required for oci8 ext to build
-%{expand:%%define _preserve_env %_preserve_env ORACLE_HOME}
+%define _preserve_env %_preserve_env_base ORACLE_HOME
 %endif
 
 %description
@@ -2882,6 +2882,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.781  2009/03/05 22:03:25  baggins
+- proper use of _preserve_env
+- cosmetics
+
 Revision 1.780  2009/03/02 13:08:50  glen
 - hint for gentoo php-patchset
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.780&r2=1.781&f=u



More information about the pld-cvs-commit mailing list