forked from pool/libinput
Accepting request 774292 from X11:Wayland
- Fix invalid RPM groups. OBS-URL: https://build.opensuse.org/request/show/774292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=83
This commit is contained in:
commit
2f8b769822
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 15:43:46 UTC 2020 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Fix invalid RPM groups.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 06:16:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -24,7 +24,7 @@ Version: 1.15.1
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
Group: c development hardware
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://www.freedesktop.org/wiki/Software/libinput/
|
||||
|
||||
#Git-Web: https://gitlab.freedesktop.org/libinput/libinput/
|
||||
@ -58,7 +58,7 @@ other applications that need to directly deal with input devices.
|
||||
|
||||
%package udev
|
||||
Summary: Input device and event processing library integration into udev
|
||||
Group: base
|
||||
Group: Hardware/Other
|
||||
|
||||
%description udev
|
||||
The libinput udev helper rule will set the LIBINPUT_DEVICE_GROUP
|
||||
@ -68,7 +68,7 @@ physical device.
|
||||
|
||||
%package -n %lname
|
||||
Summary: Input device and event processing library
|
||||
Group: c development hardware
|
||||
Group: System/Libraries
|
||||
Recommends: %name-udev
|
||||
|
||||
%description -n %lname
|
||||
@ -82,7 +82,7 @@ functionality that users expect.
|
||||
|
||||
%package tools
|
||||
Summary: Utilities to display libinput configuration
|
||||
Group: hardware
|
||||
Group: Hardware/Other
|
||||
|
||||
%description tools
|
||||
This tool lists the locally recognised devices and their respective
|
||||
@ -90,7 +90,7 @@ configuration options and configuration defaults.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the Input Device Library
|
||||
Group: c development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
|
Loading…
Reference in New Issue
Block a user