Name: kwf-lib Version: v1.0.0 Release: %autorelease Summary: A collection of classes, functions and scripts related to kernel workflow. License: GPL-3.0-or-later # TODO: Rename it to kwf_lib URL: https://gitlab.com/cki-project/cki-jira # TODO: Rename it to kwf_lib Source0: kwf-lib-v1.0.0.tar.gz BuildArch: noarch BuildRequires: python3-devel %description A Python library that contains classes, functions and scripts to deal with Jira issues, Bugzillas, CVEs and other important stuff related to kernel workflow. %prep # TODO: Delete or rename to kwf-lib %autosetup -n kwf-lib-v1.0.0 %generate_buildrequires %pyproject_buildrequires -e spec %build %pyproject_wheel %install %pyproject_install # TODO: Rename it to kwf_lib %pyproject_save_files cki_jira %check %tox %files -f %{pyproject_files} %license LICENSE %doc README.md LICENSE %changelog %autochangelog