forked from pool/paraview
Atri Bhattacharya
0e05cc7f6f
- Update to version 5.6.0 https://blog.kitware.com/paraview-5-6-0-release-notes/ - add devel package - remove Tk build requirement and adjust description since ParaView hasn't used Tcl/Tk for quite a few years. - ParaViewTutorial file not updated and not available on upstream - drop patches already applied upstream * paraview-pythonqt-build-fix.patch * fix-hdf5-gcc8.patch * fix-qt-5.11-931c779.patch * fix-no-plugin-doc-dir.patch - modify partially applied patches * paraview-find-qhelpgenerator-qt5.patch OBS-URL: https://build.opensuse.org/request/show/653556 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=58
11 lines
410 B
Plaintext
11 lines
410 B
Plaintext
# paraview has *.so symbolic links to other files
|
|
# and these are mistaken by rpmlint to be devel files
|
|
addFilter("devel-file-in-non-devel-package")
|
|
|
|
# Upstream doesn't supply manpages, so no go here
|
|
addFilter("no-manual-page-for-binary")
|
|
|
|
# The hidden .plugin file is really needed
|
|
addFilter("hidden-file-or-dir .*/usr/lib64/paraview/.plugins")
|
|
addFilter("hidden-file-or-dir .*/usr/lib64/paraview*/.plugins")
|