* Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLE * Add performance key * Add ifdef * Use bytes instead of bits for size of ioctl input * Add SW_MACHINE_COVER * add KEY_MACRO 1-30 and other keys - ran spec-cleaner OBS-URL: https://build.opensuse.org/package/show/hardware/evtest?expand=0&rev=15
58 lines
1.7 KiB
RPMSpec
58 lines
1.7 KiB
RPMSpec
#
|
|
# spec file for package evtest
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC and contributors
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: evtest
|
|
Version: 1.36
|
|
Release: 0
|
|
Summary: Input device event monitor and query tool
|
|
License: GPL-2.0-or-later
|
|
Group: Hardware/Other
|
|
URL: https://gitlab.freedesktop.org/libevdev/evtest/
|
|
Source: https://gitlab.freedesktop.org/libevdev/%{name}/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.gz
|
|
BuildRequires: asciidoc
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: libxslt-tools
|
|
BuildRequires: xmlto
|
|
# splitted in 13.2
|
|
Provides: input-utils:/usr/bin/evtest = 2007.06.22
|
|
Obsoletes: input-utils <= 2007.06.22
|
|
|
|
%description
|
|
evtest displays information on the input device specified on the command line,
|
|
including all the events supported by the device. It then monitors the device
|
|
and displays all the events layer events generated.
|
|
|
|
%prep
|
|
%autosetup -p1 -n %{name}-%{name}-%{version}
|
|
|
|
%build
|
|
autoreconf --install
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license COPYING
|
|
%{_bindir}/evtest
|
|
%{_mandir}/man1/evtest*
|
|
|
|
%changelog
|