715e50af87
Also: - Invoke the configure script (bz 1740196). - Add LGPLv2 to License due to incremental-cycles. - Add -emacs subpackage and byte compile the Emacs Lisp files. - Drop upstreamed 15c04b09a8c06871635d5fd98c3a37089bbde6d9.patch. - Add -doc-emphasis and -doc-scheme patches. - Run the unit tests in %check.
15 lines
601 B
Plaintext
15 lines
601 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 lacks some technical words
|
|
addFilter(r'W: spelling-error .* (composable|flymake)')
|
|
|
|
# Caused by ocaml; this package cannot fix it
|
|
addFilter(r'ocaml-dune\.[^:]+: E: missing-call-to-chdir-with-chroot')
|
|
|
|
# Documentation is in the main package
|
|
addFilter(r'ocaml-dune-.*\.[^:]+: W: no-documentation')
|
|
|
|
# The configure script is not an autotools-generated script
|
|
addFilter(r'ocaml-dune\.spec:[^:]*: W: configure-without-libdir-spec')
|