SHA256
1
0
forked from pool/paraview
paraview/paraview-rpmlintrc
Vicente Adolfo Bolea Sanchez 3a71f256d1 Accepting request 1039344 from home:badshah400:branches:science
- Update to version 5.11.0:
- Drop paraview-include-sstream.patch: incorporated upstream.
- New BuildRequires: sqlite3, pkgconfig(liblzma), pkgconfig(nlohmann_json), pkgconfig(proj), pkgconfig(sqlite3).
- Build without system nlohmann_json for Leap 15.3 and older.
- Update rpmlintrc file to suppress false positives.

OBS-URL: https://build.opensuse.org/request/show/1039344
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=110
2022-12-01 17:11:19 +00:00

11 lines
527 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")