Name: 7945sh Version: 1.0.1 Release: 1%{?dist} Summary: Custom fast interactive Linux shell with live syntax highlighting and autocomplete License: MIT URL: https://github.com/busiedcake7945/7945sh # Kaynak olarak oluşturduğun tar.gz arşivini gösteriyoruz Source0: %{name}-%{version}.tar.gz %define debug_package %{nil} %description Custom fast interactive Linux shell with live syntax highlighting and autocomplete. %prep %setup -q -c %build %install mkdir -p %{buildroot}%{_bindir} install -p -m 0755 7945sh %{buildroot}%{_bindir}/7945sh %files %{_bindir}/7945sh %changelog * Wed May 27 2026 busiedcake7945 - 1.0.1-2 - Switch to tarball source to fix COPR import issues