mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Build with sharedmeataxe and tdlib support.
Use local objects.inv when building documentation.
This commit is contained in:
parent
4f4f23c8e6
commit
44047e4277
7 changed files with 283 additions and 112 deletions
21
sagemath.rpmlintrc
Normal file
21
sagemath.rpmlintrc
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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 .* (Extcode|iteratively|polytopes?|pre)')
|
||||
|
||||
# The Requires ensure the symlinks will not dangle
|
||||
addFilter(r'W: dangling-symlink')
|
||||
|
||||
# This file is incorrectly detected as a devel file
|
||||
addFilter(r'W: devel-file-in-non-devel-package .*sage-env-config')
|
||||
|
||||
# objects.inv files are not text
|
||||
addFilter(r'W: file-not-utf8 .*objects\.inv')
|
||||
addFilter(r'W: wrong-file-end-of-line-encoding .*objects\.inv')
|
||||
|
||||
# This file uses no symbols from glibc
|
||||
addFilter(r'E: library-not-linked-against-libc .*/bit_vector_operations/cc\.cpython-38-x86_64-linux-gnu\.so')
|
||||
|
||||
# Documentation is in the -doc subpackages
|
||||
addFilter(r'W: no-documentation')
|
Loading…
Add table
Add a link
Reference in a new issue