## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-mkdocs-git-committers-plugin-2 Version: 2.4.1 Release: %autorelease Summary: MkDocs plugin to create a list of contributors on the page License: MIT URL: https://github.com/ojacques/mkdocs-git-committers-plugin-2/ Source: %{pypi_source mkdocs_git_committers_plugin_2} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: This package provides an MkDocs plugin to create a list of contributors on the page. The git-committers plugin will seed the template context with a list of GitHub or GitLab committers and other useful GIT info such as last modified date.} %description %_description %package -n python3-mkdocs-git-committers-plugin-2 Summary: %{summary} %description -n python3-mkdocs-git-committers-plugin-2 %_description %prep %autosetup -p1 -n mkdocs_git_committers_plugin_2-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l mkdocs_git_committers_plugin_2 %check %pyproject_check_import %files -n python3-mkdocs-git-committers-plugin-2 -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Wed Feb 05 2025 Davide Cavalca - 2.4.1-1 - Initial import; Fixes: RHBZ#2333202 ## END: Generated by rpmautospec