%define debug_package %{nil} Summary: Disable/Enable BIOS fan control on Dell laptops Name: dell-bios-fan-control Version: 0.01.git.5.bfdd7e4 Release: 1%{?dist} License: GPLv2+ Source: dell-bios-fan-control-0.01.git.5.bfdd7e4.tar.gz URL: https://github.com/TomFreudenberg/dell-bios-fan-control BuildRequires: gcc Requires: ld-linux.so.2 libc.so.6 Provides: %{name}-%{version}-%{release} %description A tool that enables/disables the BIOS fan control on some Dell Laptops. This is required on some Notebooks to be able to control fanspeed with i8kmon, without the BIOS immediately overruling it again. %prep rm -rf %buildroot %setup -q -n dell-bios-fan-control-0.01.git.5.bfdd7e4 %build make %install mkdir -p $RPM_BUILD_ROOT/%{_sbindir} cp dell-bios-fan-control $RPM_BUILD_ROOT/%{_sbindir}/ %clean make clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %{_sbindir}/dell-bios-fan-control %changelog * Sun Jun 3 2018 uriesk 1.43 - created spec file