File libsndfile-rpmlintrc of Package sndfile
1
# This line is mandatory to access the configuration functions
2
from Config import *
3
4
addFilter("invalid-spec-name")
5
addFilter("no-spec-file")
6
7
addFilter("source-or-patch-not-bzipped")
8
addFilter("shlib-legacy-policy-missing-lib")
9
addFilter("shlib-legacy-policy-name-error")
10
11
# sndfile-* are smaller than README NEWS TODO and man-pages
12
addFilter("package-with-huge-docs")
13
addFilter("no-dependency-on sndfile")
14
15