Accepting request 750324 from home:lnussel:mingw
- disable default debug package only if the mingw debug macro is used OBS-URL: https://build.opensuse.org/request/show/750324 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=106
This commit is contained in:
parent
c1aab31ce2
commit
7bfb6a4a85
@ -64,9 +64,6 @@
|
||||
/usr/lib/rpm/mingw64-find-debuginfo.sh %{_builddir} 1\
|
||||
%{nil}
|
||||
|
||||
# disable default debug package
|
||||
%debug_package %{nil}
|
||||
|
||||
# Template for debug sub-package.
|
||||
%_mingw64_debug_package(n:) \
|
||||
%package %{-n:-n %{-n*}-}debug \
|
||||
@ -115,7 +112,9 @@ package or when debugging this package.\
|
||||
%global __find_provides %{_mingw64_findprovides} \
|
||||
%global __os_install_post %{_mingw64_install_post}
|
||||
|
||||
# this macro also disables the default debug package
|
||||
%_mingw64_package_header_debug \
|
||||
%global debug_package %{nil} \
|
||||
%global __strip %{_mingw64_strip} \
|
||||
%global __objdump %{_mingw64_objdump} \
|
||||
%global _use_internal_dependency_generator 0 \
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 10:58:42 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- disable default debug package only if the mingw debug macro is used
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 13:40:31 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user