Egbert Eich
f6607ec703
- As a configurable option add tmglib code to the LAPACK librarly and enable TMG in LAPACKE as the header files provide its API (boo#1207989 & bsc#1087426). - Restore generic link for update-alternatives. This is usually set by the update-alternatives and it is '%ghost'ed but rpmlint complains. - Move update-alternatives --remove to %%postun to stop rpmlint from complaining. - Removed useless - because never executed - %%postrans scriptlets. - Added missing _%%{_arch} to update-alternative names. - rpmlint complains anyway - this time about alternative-link-missing - as it does not understand the _%%{_arch} endings: muffle with rpmlintrc. - Make arch-dependent generic names conditional. OBS-URL: https://build.opensuse.org/request/show/1066221 OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=35
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
# rpmlint get update-alternatives generic names wrong consistently
|
|
# as it doesn't understand the _%{_arch} extensions.
|
|
addFilter(".* alternative-link-missing.*")
|