%global git_ref 67121e6fd3ecdd1b4b95e5eda74fbf9e99c87c5e %global git_short_ref %(echo %{git_ref} | cut -b -7) Name: unbreq Version: 0^20251007.%{git_short_ref} Release: %autorelease Summary: Mock plugin - detector of unused BuildRequires License: Apache-2.0 URL: https://github.com/mkoncek/unbreq BuildArch: noarch Source0: https://github.com/mkoncek/unbreq/archive/%{git_ref}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: python3 BuildRequires: python3-rpm-macros %description %{summary}. %prep %autosetup -p1 -C %install install -m 755 -D -t %{buildroot}%{python3_sitelib}/mockbuild/plugins src/unbreq.py %files %license LICENSE %doc README.adoc %pycached %{python3_sitelib}/mockbuild/plugins/unbreq.py %changelog %autochangelog