File netevent.spec of Package netevent
#
# spec file for package netevent
#
# Copyright (c) 2020 SUSE LLC
#
# 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: netevent
Version: 2.2.1+git20211203.229a8d1
Release: 0
Summary: Input-Event device cloning utility
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
License: GPL-2.0
URL: https://github.com/Blub/netevent
Source: netevent-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: python3-docutils
%description
Netevent is a tool which can be used to share linux event devices with other
machines (either via /dev/uinput or by implementing a client for the same
protocol with other means).
%prep
%setup -q
%build
./configure --prefix=%{_prefix}
%make_build
%install
%make_install
%files
%license LICENSE
%doc README.md TODO
%{_bindir}/netevent
%{_mandir}/man1/netevent.1%{ext_man}
%changelog