forked from pool/paraview
- Do not delete zero-sized .cmake files, these are referenced from other cmake files; use rpmlintrc rule to suppress warnings. - Do not delete paraview-config script now that we have a -devel-static package; instead include it as part of the latter. OBS-URL: https://build.opensuse.org/request/show/1140068 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=121
14 lines
615 B
Plaintext
14 lines
615 B
Plaintext
# A non-executable file in bindir is used by paraview to locate plugins (hard-coded)
|
|
# See https://gitlab.kitware.com/paraview/paraview/issues/19706
|
|
addFilter("non-executable-in-bin .*/usr/bin/paraview\.conf")
|
|
addFilter("script-without-shebang .*/usr/bin/paraview\.conf")
|
|
|
|
# This is a (static) plugin
|
|
addFilter("devel-file-in-non-devel-package .*/usr/lib.*/paraview-[0-9.]*/plugins/GeodesicMeasurement/libFmmMesh.a")
|
|
|
|
# python3-matplotlib is not a lib
|
|
addFilter("python3-paraview.* explicit-lib-dependency python3-matplotlib")
|
|
|
|
# 0 size files are referenced in cmake files
|
|
addFilter("paraview-devel.* zero-length")
|