X-Git-Url: http://git.annexia.org/?p=fedora-mingw.git;a=blobdiff_plain;f=mingw64-filesystem%2Fmingw64-rpmlint.config;fp=mingw64-filesystem%2Fmingw64-rpmlint.config;h=046608590c72679d72c80f0f7fda7bc2bf727c4d;hp=0000000000000000000000000000000000000000;hb=e512d7de08f15b1e3a88b24f85a698928ac1ea67;hpb=4fd0923d98a237529254d01fa773f1d5d0c73cad diff --git a/mingw64-filesystem/mingw64-rpmlint.config b/mingw64-filesystem/mingw64-rpmlint.config new file mode 100644 index 0000000..0466085 --- /dev/null +++ b/mingw64-filesystem/mingw64-rpmlint.config @@ -0,0 +1,19 @@ +# rpmlint overrides file. +# This file filters out MinGW warnings. +# See: http://fedoraproject.org/wiki/MinGW/Rpmlint + +# Unconditionally remove devel-file-in-non-devel rpmlint warning. +addFilter ("^mingw64-.*devel-file-in-non-devel") + +# /usr/x86_64-pc-mingw32 is permitted by MinGW packaging guidelines. +addFilter ("^mingw64-.*non-standard-dir-in-usr x86_64-pc-mingw32") + +# Permit *.la files (error is a bit odd, but it's what rpmlint prints). +addFilter ("^mingw64-.*script-without-shebang.*\.la$") + +# GCC and libtool create executable archive files. It's not clear +# why, but we permit this for now. +addFilter ("^mingw64-.*spurious-executable-perm.*\.dll\.a$") + +# *.dll.a files are permitted arch-independent objects. +addFilter ("^mingw64-.*arch-independent-package-contains-binary-or-object.*\.dll\.a$")