%global forgeurl https://github.com/fedora-infra/koji-fedoramessaging-messages %global commit 2220a1e39d7ab0fcb48fc0fbd9ff614b6e81bf80 %forgemeta %global srcname koji-fedoramessaging-messages %global modname koji_fedoramessaging_messages Name: python-koji-fedoramessaging-messages Version: 1.2.5 Release: %autorelease Summary: A schema package for koji-fedoramessaging License: GPL-3.0-or-later URL: https://github.com/fedora-infra/%{srcname} Source: %{forgesource} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(pytest) %global _description %{expand: A schema package for koji-fedoramessaging, the fedora-messaging plugin for Koji.} %description %_description %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %_description %prep %forgeautosetup -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L %{modname} %check %pytest %files -n python3-%{srcname} -f %{pyproject_files} %license LICENSES/GPL-3.0-or-later.txt %changelog %autochangelog