## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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-pygdbmi Version: 0.11.0.0 Release: %autorelease Summary: Get Structured Output from GDB's Machine Interface License: MIT URL: https://github.com/cs01/pygdbmi Source0: %{url}/archive/v%{version}/%{name}-v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: pytest BuildRequires: make BuildRequires: gcc-c++ BuildRequires: gdb %global _description \ GDB/MI is a line based machine oriented \ text interface to GDB and is activated by \ specifying using the --interpreter command \ line option (see Mode Options). It is\ specifically intended to support the development\ of systems which use the debugger as just one\ small component of a larger system. %description %{_description} %package -n python3-pygdbmi Summary: %{summary} %description -n python3-pygdbmi %{_description} %prep %autosetup -n pygdbmi-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files pygdbmi %check %pytest %files -n python3-pygdbmi -f %{pyproject_files} %doc README.md %license LICENSE %changelog ## START: Generated by rpmautospec * Fri Jan 26 2024 Fedora Release Engineering - 0.11.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.11.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Sep 24 2023 Steve Cossette - 0.11.0.0-1 - Initial import (fedora#2239637). ## END: Generated by rpmautospec