libtool/libtool-rpmlintrc
Philipp Thomas 3b883b97ed - Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that
packages using the system wide libtool script compile.

- Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that
  packages using the system wide libtool script compile.
- Add a rpmlintrc to shut up rpmlint on most warnings.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=31
2011-07-29 13:12:43 +00:00

7 lines
232 B
Plaintext

# This line is mandatory to access the configuration functions
from Config import *
addFilter("libtool.* shlib-policy-nonversioned-dir")
addFilter("libtool.* shlib-policy-missing-lib")
addFilter("libtool.* script-without-shebang")