Add an rpmlintrc file

[skip changelog]
This commit is contained in:
Benjamin A. Beasley 2024-04-05 10:53:36 -04:00
parent 329bf982f9
commit 2a9ee9a725

10
xalan-c.rpmlintrc Normal file
View File

@ -0,0 +1,10 @@
# Not a real spelling error:
addFilter(r" spelling-error \('([Ss]tylesheet)s?',")
# Hardlinks within directories owned by a single package are safe.
addFilter(r" cross-directory-hard-link /\S+/xalan-c-doc/\S+ /\S+/xalan-c-doc/")
# All documentation is in the -doc subpackage.
addFilter(r" no-documentation$")
#xalan-c.x86_64: W: no-manual-page-for-binary Xalan
#xalan-c.x86_64: W: no-documentation
#xalan-c-devel.x86_64: W: no-documentation
#xalan-c-doc.x86_64: E: no-binary