File python-wxWidgets-3_0-rpmlintrc of Package python-wxWidgets-3_0
11
1
# Yes, editra has test files in the main package.
2
addFilter("devel-file-in-non-devel-package")
3
# We distribute files as upstream does.
4
addFilter("non-executable-script")
5
addFilter("script-without-shebang")
6
# python-wxWidgets-lang does not need python-base
7
addFilter("no-dependency-on")
8
# python-wxWidgets-extract-source is definitely not a spec file.
9
# rpmlint seems to be broken and checks it as spec file.
10
#addFilter("specfile-error")
11