## 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-pbs-installer Version: 2025.4.9 Release: %autorelease Summary: Installer for Python Build Standalone License: MIT URL: https://pypi.org/project/pbs-installer/ Source: %{pypi_source pbs_installer} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: An installer for @indygreg's python-build-standalone (https://github.com/astral-sh/python-build-standalone).} %description %_description %package -n python3-pbs-installer Summary: %{summary} %description -n python3-pbs-installer %_description %pyproject_extras_subpkg -n python3-pbs-installer all,download,install %prep %autosetup -p1 -n pbs_installer-%{version} %generate_buildrequires %pyproject_buildrequires -x all,download,install %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L pbs_installer %check %pyproject_check_import %files -n python3-pbs-installer -f %{pyproject_files} %doc README.md %license LICENSE %{_bindir}/pbs-install %changelog ## START: Generated by rpmautospec * Wed Apr 16 2025 Tomáš Hrnčiar - 2025.4.9-1 - Update to 2025.4.9 * Thu Mar 20 2025 Tomáš Hrnčiar - 2025.3.17-1 - Update to 2025.3.17 * Thu Feb 27 2025 Tomáš Hrnčiar - 2025.2.12-1 - Initial import (fedora#2346126) ## END: Generated by rpmautospec