fftw3/fftw3-rpmlintrc
Takashi Iwai 223049c390 Accepting request 534290 from home:eeich:branches:multimedia:libs
- For HPC build package static libraries as well.

- Generate baselib.conf dynamically and only for the non-HPC
  build: this avoids issues with the source validator.

- removed unnedded dependency packages 

- rewrote for hpc library support
  * added environment modules
  * reduced number of hpc realted packages to two

OBS-URL: https://build.opensuse.org/request/show/534290
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=46
2017-10-16 18:57:55 +00:00

10 lines
391 B
Plaintext

# This line is mandatory to access the configuration functions
from Config import *
# See spec file for the reason(s)
addFilter("libfftw3.* devel-file-in-non-devel-package")
addFilter("libfftw3.* hidden-file-or-dir")
addFilter('shlib-fixed-dependency')
addFilter('libfftw3.* shlib-policy-nonversioned-dir /usr/lib/hpc')
addFilter('libfftw3.* shlib-policy-nonversioned-dir /usr/share/lmod')