Name: keyd Version: 1.3.0 Release: 1%{?dist} Summary: Key-mapper for linux License: MIT URL: https://github.com/rvaiya/keyd Source: https://github.com/rvaiya/keyd/archive/refs/tags/v%{version}.tar.gz BuildRequires: gcc, make, systemd-devel %description Linux lacks a good key remapping solution. In order to achieve satisfactory results a medley of tools need to be employed (e.g. xcape, xmodmap) with the end result often being tethered to a specified environment (X11). keyd attempts to solve this problem by providing a flexible system wide daemon which remaps keys using kernel level input primitives (evdev, uinput). %global debug_package %{nil} %prep %autosetup %build make %install rm -rf $RPM_BUILD_ROOT %make_install %files %{_bindir}/%{name} /usr/lib/systemd/system/keyd.service /usr/share/man/man1/keyd.1.gz %license LICENSE %doc man.md %changelog * Wed Dec 22 2021 Grzegorz Braja -