platform.in: moved the reset of python macros to rpm-build-python/python,
except for %__python_version, which is used in rpm-build-python.spec
This commit is contained in:
parent
0551d4e07e
commit
85b13554f1
15
platform.in
15
platform.in
@ -429,15 +429,6 @@
|
||||
@alt@%_compress_method auto
|
||||
@alt@%_verify_elf_method arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal
|
||||
@alt@%_perl_req_method normal
|
||||
@alt@%_python_lib_path ""
|
||||
@alt@%_python_req_method slight
|
||||
@alt@%_python_req_skip ""
|
||||
@alt@%_python_compile_method ALL
|
||||
@alt@%_python_compile_exclude /usr/share/doc
|
||||
@alt@%_python_compile_include /usr/%_lib
|
||||
@alt@%_python_compile_deep 20
|
||||
@alt@%_python_compile_skip_x 1
|
||||
@alt@%_python_compile_clean 1
|
||||
@alt@%_tcl_lib_path ""
|
||||
@alt@%_tcl_req_method normal
|
||||
@alt@%_tcl_req_skip ""
|
||||
@ -469,8 +460,6 @@
|
||||
@alt@%set_strip_method() %global _strip_method %*
|
||||
@alt@%set_verify_elf_method() %global _verify_elf_method %*
|
||||
@alt@%set_perl_req_method() %global _perl_req_method %*
|
||||
@alt@%set_python_req_method() %global _python_req_method %1
|
||||
@alt@%set_python_compile_method() %global _python_compile_method %1
|
||||
@alt@%set_tcl_req_method() %global _tcl_req_method %1
|
||||
@alt@
|
||||
@alt@%set_cleanup_topdir() %global _cleanup_topdir %*
|
||||
@ -500,10 +489,6 @@
|
||||
@alt@%add_findreq_skiplist() %global _findreq_skiplist %_findreq_skiplist %*
|
||||
@alt@%add_findprov_skiplist() %global _findprov_skiplist %_findprov_skiplist %*
|
||||
@alt@
|
||||
@alt@%add_python_req_skip() %global _python_req_skip %_python_req_skip %*
|
||||
@alt@%add_python_lib_path() %global _python_lib_path %_python_lib_path %*
|
||||
@alt@%add_python_compile_exclude() %global _python_compile_exclude %_python_compile_exclude %*
|
||||
@alt@%add_python_compile_include() %global _python_compile_include %_python_compile_include %*
|
||||
@alt@%add_tcl_req_skip() %global _tcl_req_skip %_tcl_req_skip %*
|
||||
@alt@%add_tcl_lib_path() %global _tcl_lib_path %_tcl_lib_path %*
|
||||
@alt@
|
||||
|
Loading…
Reference in New Issue
Block a user