Name: hotrod Version: 1.0 Release: 1%{?dist} Summary: Quick CPU warmer written in Go to unthaw your uncrustables or warm you up. Meant for Linux laptops. License: MIT URL: https://codeberg.org/gigirassy/hotrod/ Source0: https://codeberg.org/gigirassy/hotrod/archive/main.tar.gz BuildRequires: golang >= 1.18.6 BuildRequires: git BuildRequires: curl %description Quick CPU warmer written in Go to unthaw your uncrustables or warm you up. Meant for Linux laptops. %global debug_package %{nil} %prep %setup -q -n hotrod %build go build -v -ldflags="-s -w" -o hotrod %install install -Dm0755 hotrod %{buildroot}%{_bindir}/hotrod %files %license LICENSE %doc README.md %{_bindir}/hotrod %changelog * Thu Jan 22 2026 nune - 0.0-1 - init