# # spec file for package xsetmode # # Copyright (c) 2021 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: xsetmode Version: 1.0.0 Release: 0 Summary: Utility to set the mode for an X Input device License: MIT Group: System/X11/Utilities URL: https://xorg.freedesktop.org/ Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 %description Xsetmode sets the mode of an XInput device to either absolute or relative. %prep %setup -q %build %configure %make_build %install %make_install %files %license COPYING %doc AUTHORS ChangeLog NEWS README %{_bindir}/xsetmode %{_mandir}/man1/xsetmode.1x%{?ext_man} %changelog