OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-filesystem?expand=0&rev=33
This commit is contained in:
parent
4047f83432
commit
044d5c4aec
@ -65,7 +65,7 @@
|
||||
%_mingw64_debug_package(n:) \
|
||||
%package %{-n:-n %{-n*}-}debug \
|
||||
Summary: Debug information for package %{name} \
|
||||
Group: Development/debug \
|
||||
Group: Development/Debug \
|
||||
%description %{-n:-n %{-n*}-}debug \
|
||||
This package provides debug information for package %{name}.\
|
||||
Debug information is useful when developing applications that use this\
|
||||
|
@ -3,6 +3,7 @@ addFilter ("^mingw64-.*devel-file-in-non-devel")
|
||||
|
||||
# /usr/x86_64-w64-mingw32 is permitted by MinGW packaging guidelines.
|
||||
addFilter ("^mingw64-.*non-standard-dir-in-usr x86_64-w64-mingw32")
|
||||
addFilter ("^mingw64-.*suse-filelist-forbidden-fhs23 /usr/x86_64-w64-mingw32")
|
||||
|
||||
# GCC and libtool create executable archive files. It's not clear
|
||||
# why, but we permit this for now.
|
||||
@ -14,3 +15,8 @@ addFilter ("^mingw64-.*arch-independent-package-contains-binary-or-object.*\.dll
|
||||
addFilter ("^mingw64-.*mono-versioned-deps-missing")
|
||||
|
||||
addFilter ("^mingw64-.*files-duplicate")
|
||||
|
||||
addFilter("debuginfo-without-sources")
|
||||
|
||||
# This group is used a lot, so ignore the warning about it.
|
||||
addFilter ("^mingw64-.*non-standard-group Development/Libraries$")
|
||||
|
Loading…
x
Reference in New Issue
Block a user