1
0
forked from pool/brightnessctl

Accepting request 699879 from home:jengelh:branches:utilities

factory inclusion review

OBS-URL: https://build.opensuse.org/request/show/699879
OBS-URL: https://build.opensuse.org/package/show/utilities/brightnessctl?expand=0&rev=5
This commit is contained in:
Michael Vetter 2019-05-22 07:42:40 +00:00 committed by Git OBS Bridge
parent 648878af50
commit 1ff40e63cc
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 1 13:17:04 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- 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

View File

@ -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