Name: 7945sh Version: 1.0.0 Release: 1%{?dist} Summary: Custom fast interactive Linux shell with live syntax highlighting and autocomplete License: MIT URL: https://github.com/busiedcake7945/7945sh # Disable debuginfo package %define debug_package %{nil} %description Custom fast interactive Linux shell with live syntax highlighting and autocomplete. %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/bin cp %{_sourcedir}/7945sh %{buildroot}/usr/bin/7945sh %files /usr/bin/7945sh %changelog * Wed May 27 2026 busiedcake7945 - 1.0.0-1 - Initial release