## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## 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-mike Version: 2.1.3 Release: %autorelease Summary: Manage multiple versions of your MkDocs-powered documentation BuildArch: noarch License: BSD URL: https://github.com/jimporter/mike Source: %{pypi_source mike} BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-verspec %description mike is a Python utility that makes it easy to deploy multiple versions of your MkDocs-powered docs to a Git branch, suitable for hosting on Github via gh-pages. To see an example of this in action, take a look at the documentation for bfg9000 at: https://jimporter.github.io/bfg9000 %package -n python3-mkdocs-mike Summary: %{summary} %description -n python3-mkdocs-mike mike is a Python utility that makes it easy to deploy multiple versions of your MkDocs-powered docs to a Git branch, suitable for hosting on Github via gh-pages. To see an example of this in action, take a look at the documentation for bfg9000 at: https://jimporter.github.io/bfg9000 %prep %autosetup -p1 -n mike-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel #check #pytest %install %pyproject_install %pyproject_save_files mike %files -n python3-mkdocs-mike -f %{pyproject_files} %doc README.md %{_bindir}/mike %changelog ## START: Generated by rpmautospec * Wed May 14 2025 John Doe - 2.1.3-1 - Uncommitted changes ## END: Generated by rpmautospec