forked from pool/paraview
3a71f256d1
- 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
11 lines
527 B
Plaintext
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")
|