SHA256
1
0
forked from pool/paraview
paraview/paraview-rpmlintrc
Atri Bhattacharya f19ba6e921 Accepting request 1156149 from home:vicentebolea:branches:science
- Update to version 5.12.0:
  * Save and load files on either the client or server
  * Internationalization support with translations
  * Importing and exporting of animation settings
  * Copy and paste available for filters in the Pipeline Browser
  * Widget colors linked to color palette
  * Fire Dynamics Simulator file reader
  * New “Toggle file sequence grouping” button in Open File dialog
  * Reorganized Color Map Editor
  * More info at <https://www.kitware.com/paraview-5-12-0-release-notes/>.
- Use internal jsoncpp with leap <= 15.5.
- Use internal token lib.
- Use internal FastFloat lib.
- Use external verdict with leap >= 15.5.
- Use external pugixml with leap >= 15.5.
- Always use external CLI11.
- Drop compatibility to leap 15.3.
- Always skip using RPATH in SUSE builds.

OBS-URL: https://build.opensuse.org/request/show/1156149
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=123
2024-03-08 17:09:37 +00:00

14 lines
587 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/.*.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")