Lines 233-243
Link Here
|
233 |
@alt@ %{?_python_compile_deep:export RPM_PYTHON_COMPILE_DEEP=\"%_python_compile_deep\"}\ |
233 |
@alt@ %{?_python_compile_deep:export RPM_PYTHON_COMPILE_DEEP=\"%_python_compile_deep\"}\ |
234 |
@alt@ %{?_python_compile_skip_x:export RPM_PYTHON_COMPILE_SKIP_X=\"%_python_compile_skip_x\"}\ |
234 |
@alt@ %{?_python_compile_skip_x:export RPM_PYTHON_COMPILE_SKIP_X=\"%_python_compile_skip_x\"}\ |
235 |
@alt@ %{?_python_compile_clean:export RPM_PYTHON_COMPILE_CLEAN=\"%_python_compile_clean\"}\ |
235 |
@alt@ %{?_python_compile_clean:export RPM_PYTHON_COMPILE_CLEAN=\"%_python_compile_clean\"}\ |
|
|
236 |
@alt@ %{?_tcl_lib_path:export RPM_TCL_LIB_PATH=\"%_tcl_lib_path\"}\ |
237 |
@alt@ %{?_tcl_req_method:export RPM_TCL_REQ_METHOD=\"%_tcl_req_method\"}\ |
238 |
@alt@ %{?_tcl_req_skip:export RPM_TCL_REQ_SKIP=\"%_tcl_req_skip\"}\ |
236 |
@alt@ %{?_pkg_contents_index_all:export RPM_PKG_CONTENTS_INDEX_ALL=\"%_pkg_contents_index_all\"}\ |
239 |
@alt@ %{?_pkg_contents_index_all:export RPM_PKG_CONTENTS_INDEX_ALL=\"%_pkg_contents_index_all\"}\ |
237 |
@alt@ %{?_pkg_contents_index_bin:export RPM_PKG_CONTENTS_INDEX_BIN=\"%_pkg_contents_index_bin\"}\ |
240 |
@alt@ %{?_pkg_contents_index_bin:export RPM_PKG_CONTENTS_INDEX_BIN=\"%_pkg_contents_index_bin\"}\ |
238 |
@alt@ %{?_scripts_debug:export RPM_SCRIPTS_DEBUG=\"%_scripts_debug\"}\ |
241 |
@alt@ %{?_scripts_debug:export RPM_SCRIPTS_DEBUG=\"%_scripts_debug\"}\ |
239 |
@alt@ %{?_keep_libtool_files:export RPM_KEEP_LIBTOOL_FILES=\"%_keep_libtool_files\"}\ |
242 |
@alt@ %{?_keep_libtool_files:export RPM_KEEP_LIBTOOL_FILES=\"%_keep_libtool_files\"}\ |
240 |
@alt@ %{?__python:export RPM_PYTHON=\"%__python\"}\ |
243 |
@alt@ %{?__python:export RPM_PYTHON=\"%__python\"}\ |
|
|
244 |
@alt@ %{?__tclsh:export RPM_TCLSH=\"%__tclsh\"}\ |
241 |
@alt@ \ |
245 |
@alt@ \ |
242 |
@alt@ unset LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL ||:\ |
246 |
@alt@ unset LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION LC_ALL ||:\ |
243 |
@alt@ %{?_build_lang:export LANG=\"%_build_lang\"\ |
247 |
@alt@ %{?_build_lang:export LANG=\"%_build_lang\"\ |
Lines 413-422
Link Here
|
413 |
@alt@%_python_compile_deep 20 |
417 |
@alt@%_python_compile_deep 20 |
414 |
@alt@%_python_compile_skip_x 1 |
418 |
@alt@%_python_compile_skip_x 1 |
415 |
@alt@%_python_compile_clean 1 |
419 |
@alt@%_python_compile_clean 1 |
|
|
420 |
@alt@%_tcl_lib_path "" |
421 |
@alt@%_tcl_req_method normal |
422 |
@alt@%_tcl_req_skip "" |
416 |
@alt@%_fixup_method binconfig pkgconfig libtool |
423 |
@alt@%_fixup_method binconfig pkgconfig libtool |
417 |
@alt@%_strip_method %{?_enable_debug:none}%{!?_enable_debug:executable shared} |
424 |
@alt@%_strip_method %{?_enable_debug:none}%{!?_enable_debug:executable shared} |
418 |
@alt@%_findreq_default_method files lib pam perl python shell |
425 |
@alt@%_findreq_default_method files lib pam perl python tcl shell |
419 |
@alt@%_findprov_default_method lib pam perl python shell |
426 |
@alt@%_findprov_default_method lib pam perl python tcl shell |
420 |
@alt@ |
427 |
@alt@ |
421 |
@alt@%_cleanup_topdir %nil |
428 |
@alt@%_cleanup_topdir %nil |
422 |
@alt@%_compress_topdir %_usr |
429 |
@alt@%_compress_topdir %_usr |
Lines 444-449
Link Here
|
444 |
@alt@%set_perl_req_method() %global _perl_req_method %* |
451 |
@alt@%set_perl_req_method() %global _perl_req_method %* |
445 |
@alt@%set_python_req_method() %global _python_req_method %1 |
452 |
@alt@%set_python_req_method() %global _python_req_method %1 |
446 |
@alt@%set_python_compile_method() %global _python_compile_method %1 |
453 |
@alt@%set_python_compile_method() %global _python_compile_method %1 |
|
|
454 |
@alt@%set_tcl_req_method() %global _tcl_req_method %1 |
447 |
@alt@ |
455 |
@alt@ |
448 |
@alt@%set_cleanup_topdir() %global _cleanup_topdir %* |
456 |
@alt@%set_cleanup_topdir() %global _cleanup_topdir %* |
449 |
@alt@%set_compress_topdir() %global _compress_topdir %* |
457 |
@alt@%set_compress_topdir() %global _compress_topdir %* |
Lines 475-480
Link Here
|
475 |
@alt@%add_python_lib_path() %global _python_lib_path %_python_lib_path %* |
483 |
@alt@%add_python_lib_path() %global _python_lib_path %_python_lib_path %* |
476 |
@alt@%add_python_compile_exclude() %global _python_compile_exclude %_python_compile_exclude %* |
484 |
@alt@%add_python_compile_exclude() %global _python_compile_exclude %_python_compile_exclude %* |
477 |
@alt@%add_python_compile_include() %global _python_compile_include %_python_compile_include %* |
485 |
@alt@%add_python_compile_include() %global _python_compile_include %_python_compile_include %* |
|
|
486 |
@alt@%add_tcl_req_skip() %global _tcl_req_skip %_tcl_req_skip %* |
487 |
@alt@%add_tcl_lib_path() %global _tcl_lib_path %_tcl_lib_path %* |
478 |
@alt@ |
488 |
@alt@ |
479 |
@alt@%add_findprov_lib_path() %global _findprov_lib_path %_findprov_lib_path %* |
489 |
@alt@%add_findprov_lib_path() %global _findprov_lib_path %_findprov_lib_path %* |
480 |
@alt@ |
490 |
@alt@ |