Accepting request 704654 from utilities
OBS-URL: https://build.opensuse.org/request/show/704654 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/brightnessctl?expand=0&rev=2
This commit is contained in:
commit
38c31f3c4a
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Clean spec
|
||||
- Add SUSE copyright
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 23 18:22:26 UTC 2019 - R. Tyler Croy <rtyler@brokenco.de>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package brightnessctl
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 R Tyler Croy <rtyler@brokenco.de>
|
||||
# Copyright (c) 2016 Fabio Alessandro Locati <fale@fedoraproject.org>
|
||||
#
|
||||
@ -19,17 +20,18 @@
|
||||
|
||||
Name: brightnessctl
|
||||
Version: 0.4
|
||||
Release: 0%{?dist}
|
||||
Summary: Read and control device brightness
|
||||
Release: 0
|
||||
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
|
||||
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
|
||||
@ -40,7 +42,7 @@ export MODE="4755"
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install DESTDIR=%{buildroot} UDEVDIR=%{_udevrulesdir}
|
||||
%make_install UDEVDIR=%{_udevrulesdir}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
|
Loading…
Reference in New Issue
Block a user