%global cli_name show %global debug_package %{nil} Name: showtime-sh Version: 0.2 Release: 1.git.110.fe84213%{?dist} Summary: Bash script to supercharge CLI demos License: GPL-2.0-or-later URL: https://codeberg.org/inknos/showtime-sh Source0: showtime-sh-git-110.fe84213.tar.gz BuildRequires: make BuildRequires: python3-sphinx Requires: bash Provides: show %description Showtime is a bash script that provides a set of functions to present a bash demo in a comprehensive and interoperable way. %prep %autosetup -n showtime-sh-git-110.fe84213 -p1 %build %make_build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 cp %{cli_name} $RPM_BUILD_ROOT%{_bindir} cp docs/build/man/%{cli_name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{cli_name}.1 %files %{_bindir}/%{cli_name} %license LICENSE %doc %{_mandir}/man1/* %changelog * Wed Jun 25 2025 Nicola Sella - Initial test to build from RPM