Name: zcfan Version: 1.1.0 Release: %autorelease Summary: Zero-configuration fan daemon for ThinkPads License: MIT URL: https://github.com/cdown/zcfan Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: systemd-rpm-macros %description zcfan is a zero-configuration fan control daemon for ThinkPads. %prep %autosetup %build %set_build_flags %make_build %install install -Dpm0755 -t %{buildroot}%{_bindir} %{name} install -Dpm0755 -t %{buildroot}%{_unitdir} %{name}.service %post %systemd_post %{name}.service %preun %systemd_preun %{name}.service %postun %systemd_postun_with_restart %{name}.service %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_unitdir}/%{name}.service %changelog %autochangelog