sdljava/sdljava.rpmlintrc
Hans de Goede a5f2e978af Use fc-match to generate dejavu font file symlinks in -demo in case the
file-paths or names change again in the future
2020-03-10 10:28:53 +01:00

7 lines
353 B
Text

# We ship a cleaned tarbal with nonfree fonts removed
addFilter("W: invalid-url Source0: sdljava-0.9.1.tar.gz")
# Silence warnings about the nonfree font replacement symlinks
addFilter("W: dangling-symlink .*")
# The demos do not have docs / manpages, nor do they need these
addFilter("W: no-manual-page-for-binary .*")
addFilter("W: no-documentation")