%define is acceptable, since we are already in the global scope normally. Additionally, use the lazy evaluation behavior.
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=73
This commit is contained in:
parent
a616524364
commit
0309079717
@ -100,20 +100,20 @@ package or when debugging this package.\
|
||||
unset x i
|
||||
|
||||
%_mingw64_package_header \
|
||||
%global __strip %{_mingw64_strip} \
|
||||
%global __objdump %{_mingw64_objdump} \
|
||||
%global _use_internal_dependency_generator 0 \
|
||||
%global __find_requires %{_mingw64_findrequires} \
|
||||
%global __find_provides %{_mingw64_findprovides} \
|
||||
%global __os_install_post %{_mingw64_install_post}
|
||||
%define __strip %{_mingw64_strip} \
|
||||
%define __objdump %{_mingw64_objdump} \
|
||||
%define _use_internal_dependency_generator 0 \
|
||||
%define __find_requires %{_mingw64_findrequires} \
|
||||
%define __find_provides %{_mingw64_findprovides} \
|
||||
%define __os_install_post %{_mingw64_install_post}
|
||||
|
||||
%_mingw64_package_header_debug \
|
||||
%global __strip %{_mingw64_strip} \
|
||||
%global __objdump %{_mingw64_objdump} \
|
||||
%global _use_internal_dependency_generator 0 \
|
||||
%global __find_requires %{_mingw64_findrequires} \
|
||||
%global __find_provides %{_mingw64_findprovides} \
|
||||
%global __os_install_post %{_mingw64_debug_install_post} %{_mingw64_install_post}
|
||||
%define __strip %{_mingw64_strip} \
|
||||
%define __objdump %{_mingw64_objdump} \
|
||||
%define _use_internal_dependency_generator 0 \
|
||||
%define __find_requires %{_mingw64_findrequires} \
|
||||
%define __find_provides %{_mingw64_findprovides} \
|
||||
%define __os_install_post %{_mingw64_debug_install_post} %{_mingw64_install_post}
|
||||
|
||||
%_mingw64_configure %{_mingw64_env} ; \
|
||||
__mingw64_topdir=.; if ! test -x configure; then __mingw64_topdir=..; fi; \\\
|
||||
|
Loading…
x
Reference in New Issue
Block a user