SHA256
1
0
forked from pool/paraview
paraview/paraview-rpmlintrc
Atri Bhattacharya 04a03c2951 Accepting request 1140068 from home:badshah400:branches:science
- 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
2024-01-23 19:05:34 +00:00

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")