1
0
forked from pool/wxWidgets-3_2
2017-12-05 16:25:10 +00:00
committed by Git OBS Bridge
parent c131580bec
commit c3a79e3b1b
4 changed files with 3 additions and 3 deletions

10
wxWidgets-3_2-rpmlintrc Normal file
View File

@@ -0,0 +1,10 @@
# Project name just starts with lowercase.
addFilter("summary-not-capitalized")
# We know what we are doing. %{wxlibdir}/wx can be owned by more package instances at once.
addFilter("shlib-policy-nonversioned-dir")
# There is no such package.
addFilter("no-dependency-on")
# Package splits to many library packages, we just need to obsolete old one.
addFilter("obsolete-not-provided")
# Yes, there are macros in comments.
addFilter("macro-in-comment")