.builds: add reuse lint

This commit is contained in:
Maxwell G 2023-03-27 14:26:16 -05:00
commit 98f662df06
4 changed files with 20 additions and 0 deletions

View file

@ -5,6 +5,7 @@
image: fedora/rawhide
packages:
- pipx
- python3-pytest
- redhat-rpm-config
- rpm
@ -14,3 +15,6 @@ tasks:
- pytest: |
cd forge-srpm-macros
pytest -vv
- reuse: |
cd forge-srpm-macros
pipx run reuse lint

View file

@ -1,3 +1,9 @@
<!--
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
SPDX-License-Identifier: GPL-1.0-or-later
-->
# Contributing
This project's mailing list is

View file

@ -1,3 +1,7 @@
# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
#
# SPDX-License-Identifier: GPL-1.0-or-later
# vim: set ts=4:
PREFIX := /usr
RPMMACRODIR := $(PREFIX)/lib/rpm/macros.d

View file

@ -1,3 +1,9 @@
<!--
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
SPDX-License-Identifier: GPL-1.0-or-later
-->
# forge-srpm-macros
These macros simplify the packaging of forge-hosted projects.