forked from pool/paraview
ef94ba280f
- 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
10 lines
346 B
Plaintext
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")
|