diff --git a/brightnessctl.spec b/brightnessctl.spec new file mode 100644 index 0000000..cfbb3d3 --- /dev/null +++ b/brightnessctl.spec @@ -0,0 +1,62 @@ +Name: brightnessctl +Version: 0.4 +Release: 1%{?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} + +%files +%doc README.md +%license LICENSE +%{_bindir}/%{name} + +%changelog +* Wed May 15 2019 Fabio Alessandro Locati - 0.4-1 +* Upgrade to 0.4 + +* Wed Feb 07 2018 Fedora Release Engineering - 0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Sep 24 2017 Fabio Alessandro Locati - 0.3-1 +- Upgrade to 0.3 + +* Wed Aug 02 2017 Fedora Release Engineering - 0.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* 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 diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks