Name: gdbfrontend Version: 0.10.3 Release: 1%{?dist} Summary: GUI frontend for gdb License: GPLv3 URL: https://github.com/rohanrhu/gdb-frontend Source0: https://github.com/rohanrhu/gdb-frontend/archive/v%version-beta/gdbfrontend-%version.tar.gz BuildRequires: python3-devel Requires: gdb >= 8.2, tmux BuildArch: noarch %description GDBFrontend is an easy, flexible and extensionable gui debugger interface to gdb via a web browser. %package doc Summary: %summary - documentation %description doc Documentation for %name. %prep %autosetup -n gdb-frontend-%version-beta %build %install python3 setup.py install --root %buildroot %files %license LICENSE %{_bindir}/gdbfrontend %python3_sitelib/gdbfrontend* %files doc %license LICENSE %doc docs %changelog * Sun Mar 27 2022 Dave Love - Initial packaging