Add rpmlint RC file and URL
This commit is contained in:
parent
162b0ca345
commit
a4df3c984a
8
pyproject-rpm-macros.rpmlintrc
Normal file
8
pyproject-rpm-macros.rpmlintrc
Normal file
@ -0,0 +1,8 @@
|
||||
# this dependency is on purpose
|
||||
addFilter(r'devel-dependency python3-devel')
|
||||
|
||||
# RPM macros, this is expected
|
||||
addFilter(r'only-non-binary-in-usr-lib')
|
||||
|
||||
# spelling errors
|
||||
addFilter(r'spelling-error .* en_US (toml|setuptools) ')
|
@ -5,6 +5,7 @@ License: MIT
|
||||
Source0: macros.pyproject
|
||||
Source1: README.md
|
||||
Source2: LICENSE
|
||||
URL: https://src.fedoraproject.org/rpms/pyproject-rpm-macros
|
||||
BuildArch: noarch
|
||||
Summary: RPM macros for PEP 517 Python packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user