diff --git a/brightnessctl.changes b/brightnessctl.changes index ca45e52..d8da6df 100644 --- a/brightnessctl.changes +++ b/brightnessctl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 1 13:17:04 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. +- Remove redundant DESTDIR= from %make_install. +- Require systemd-rpm-macros for %_udevrulesdir. + ------------------------------------------------------------------- Tue Apr 30 09:57:54 UTC 2019 - mvetter@suse.com diff --git a/brightnessctl.spec b/brightnessctl.spec index 1d1bbde..7e3124e 100644 --- a/brightnessctl.spec +++ b/brightnessctl.spec @@ -21,16 +21,17 @@ Name: brightnessctl Version: 0.4 Release: 0 -Summary: Read and control device brightness +Summary: Tool to read and control device brightness License: MIT Group: System/Management URL: https://github.com/Hummer12007/%{name} Source: https://github.com/Hummer12007/brightnessctl/archive/%{version}.tar.gz BuildRequires: gcc BuildRequires: make +BuildRequires: systemd-rpm-macros %description -Utility to read and control the display brightness. +A utility to read and control the display brightness. %prep %autosetup @@ -41,7 +42,7 @@ export MODE="4755" %make_build %install -%make_install DESTDIR=%{buildroot} UDEVDIR=%{_udevrulesdir} +%make_install UDEVDIR=%{_udevrulesdir} %files %doc README.md