#
# This RPMlint configuration is needed to avoid having the packaging
# failing to to some checks which we don't consider that relevant at
# the moment
#

# Compiled example programs (binaries) and tests should not go to the
# arch-independent '/usr/share' folder, but it doesn't make any sense
# to put them in '/usr/bin' either! Where is the right location?
setBadness("arch-dependent-file-in-usr-share", 0)
addFilter("geneva-opt.* arch-dependent-file-in-usr-share")

# Header files and shared-libs symlinks should go to a dedicated '-devel'
# package, but let's keep things simple at the moment...
setBadness("devel-file-in-non-devel-package", 0)
addFilter("geneva-opt.* devel-file-in-non-devel-package")

# All examples' config files could be hardlinked to spare some space,
# but those files are tiny... skip at the moment
setBadness("files-duplicate", 0)
addFilter("geneva-opt.* files-duplicate")
