forked from pool/actkbd
Accepting request 685785 from home:jengelh:sct
- Reduce strong requirement on systemd. - Move fillup requires to (post). OBS-URL: https://build.opensuse.org/request/show/685785 OBS-URL: https://build.opensuse.org/package/show/utilities/actkbd?expand=0&rev=8
This commit is contained in:
parent
43e7a70127
commit
df0eb289d5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 13:24:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Reduce strong requirement on systemd.
|
||||
- Move fillup requires to (post).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:42:35 UTC 2017 - rbrown@suse.com
|
||||
|
||||
|
12
actkbd.spec
12
actkbd.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package actkbd
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ Name: actkbd
|
||||
Version: 0.2.8
|
||||
Release: 0
|
||||
Summary: A keyboard shortcut daemon
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: System/Console
|
||||
Url: http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/
|
||||
Source0: http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/files/actkbd-%{version}.tar.bz2
|
||||
@ -33,10 +33,10 @@ Source1: actkbd.service
|
||||
Source2: actkbd.conf
|
||||
Source3: actkbd.sysconfig
|
||||
Patch0: actkbd-0.2.7-amd64.patch
|
||||
BuildRequires: systemd
|
||||
Requires(pre): %fillup_prereq
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Requires(post): %fillup_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_requires}
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
actkbd is a daemon that reacts to user defined keys and launches specific
|
||||
|
Loading…
Reference in New Issue
Block a user