Name: brightnessctl Version: 0.2.1 Release: 2%{?dist} Summary: Read and control device brightness License: MIT URL: https://github.com/Hummer12007/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make %description Utility to read and control the display brightness. %prep %autosetup %build export CFLAGS="%{optflags}" export LDFLAGS="%{__global_ldflags}" export MODE="4755" %make_build %install %make_install DESTDIR=%{buildroot}%{_prefix} %files %doc README.md %license LICENSE %{_bindir}/%{name} %changelog * Fri Feb 10 2017 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 19 2017 Fabio Alessandro Locati - 0.2.1-1 - Update to 0.2.1 * Wed Jan 18 2017 Fabio Alessandro Locati - 0.2-1 - Update to 0.2 * Sun Nov 27 2016 Fabio Alessandro Locati - 0.1.1_p2-2 - Improvements thanks to Igor review * Sun Nov 27 2016 Fabio Alessandro Locati - 0.1.1_p2-1 - Initial packaging