26b244d770
Finally with all shared lib issues resolved (one hopes) OBS-URL: https://build.opensuse.org/request/show/518411 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=91
12 lines
537 B
Plaintext
12 lines
537 B
Plaintext
# FIXME: See if packaging can be tweaked to avoid these warnings later
|
|
# python-vtk needs these devel files to work
|
|
addFilter("python3-vtk* devel-file-in-non-devel-package")
|
|
|
|
# Upstream does not supply manuals for any binary, suppress warnings
|
|
addFilter(".* no-manual-page-for-binary")
|
|
|
|
# This is not a versioned shared lib, and not used by anything other than
|
|
# vtk's java bindings, simply package it with the vtk-java subpackage
|
|
addFilter("vtk-java.* shlib-policy-name-error")
|
|
addFilter("vtk-compat_gl-java.* shlib-policy-name-error")
|