Name: amdctl Version: 0.0.git.211.c54ff9c2 Release: 1%{?dist} Summary: Set P-State voltages and clock speeds on recent AMD CPUs on Linux License: GPLv3 URL: https://github.com/KyleGospo/amdctl VCS: git+https://github.com/KyleGospo/amdctl.git#c54ff9c25baff7c0959bc9ee23608827c35f1859: Source: amdctl-c54ff9c2.tar.gz BuildRequires: make BuildRequires: gcc %description Set P-State voltages and clock speeds on recent AMD CPUs on Linux. Disclaimer: This software can damage your hardware, use at your own risk. %define debug_package %{nil} %prep %setup -T -b 0 -q -n amdctl %build %set_build_flags %make_build %install mkdir -p %{buildroot}%{_sbindir} install -m 0755 ./%{name} %{buildroot}%{_sbindir}/ %files %license LICENSE %doc README.md %{_sbindir}/%{name} %changelog