ocaml-lablgtk/ocaml-lablgtk.rpmlintrc
Jerry James aedd648728 New upstream version 2.18.10.
Also:
- Add -fno-common patch to fix build with gcc 10.
- Link shared objects with $RPM_OPT_FLAGS.
- Use %license macro.
- Drop ancient Obsoletes/Provides; package was obsoleting itself.
- Add man pages.
2020-01-24 10:12:53 -07:00

9 lines
369 B
Plaintext

# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# The dictionary is missing some technical terms
addFilter(r'W: spelling-error .* gtk')
# The gnomeui shared objects do not invoke any glibc symbols
addFilter(r'E: library-not-linked-against-libc .*lablgnomeui')