SHA256
1
0
forked from pool/paraview
paraview/paraview-rpmlintrc
Christoph G ef94ba280f Accepting request 444980 from home:badshah400:branches:science
- Replicate the %cmake macro manually, stripping out the problematic and unused options. In particular, this restores  passing rpm_opt_flags to C/C++ during compilation.
- Update paraview-fix-file-contains-date-time.patch to remove references to __DATE__ and __TIME__ also from Plugins/CDIReader/cdilib.c; suppresses an rpmlint warning.
- Update %{name}-rpmlintrc file to also suppress warnings about:
  * no-manual-page-for-binary: upstream doesn't supply manpages and we don't care.
  * hidden-file-or-dir: this hidden file is really used as a catalogue of available plugins by paraview.

OBS-URL: https://build.opensuse.org/request/show/444980
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=47
2016-12-09 06:05:38 +00:00

10 lines
346 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")