forked from pool/libinput
Accepting request 346044 from home:alarrosa:branches:KDE:Qt5
- List the package contents inside /lib/udev since we don't want libinput-udev to own /lib/udev itself, which is already owned by the udev package. - Modified summary of libinput-udev to begin with a capital letter as required by rpmlint. OBS-URL: https://build.opensuse.org/request/show/346044 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=55
This commit is contained in:
parent
44893132d9
commit
f4822743e8
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 12:44:41 UTC 2015 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- List the package contents inside /lib/udev since we don't
|
||||||
|
want libinput-udev to own /lib/udev itself, which is already owned
|
||||||
|
by the udev package.
|
||||||
|
- Modified summary of libinput-udev to begin with a capital letter
|
||||||
|
as required by rpmlint.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 17 10:06:44 UTC 2015 - zaitor@opensuse.org
|
Tue Nov 17 10:06:44 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ libinput is a library that handles input devices for display servers and
|
|||||||
other applications that need to directly deal with input devices.
|
other applications that need to directly deal with input devices.
|
||||||
|
|
||||||
%package udev
|
%package udev
|
||||||
Summary: libinput integration into udev
|
Summary: Input device and event processing library integration into udev
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
|
|
||||||
# These programs may be absorbed into udev main at a future time
|
# These programs may be absorbed into udev main at a future time
|
||||||
@ -126,7 +126,10 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
|
|||||||
|
|
||||||
%files udev
|
%files udev
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libexecdir/udev/
|
%_libexecdir/udev/hwdb.d
|
||||||
|
%_libexecdir/udev/libinput-device-group
|
||||||
|
%_libexecdir/udev/libinput-model-quirks
|
||||||
|
%_libexecdir/udev/rules.d
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user