forked from pool/libinput
Accepting request 792531 from X11:Wayland
- Remove utilities with unsatisfied runtime dependencies [boo#1168783] OBS-URL: https://build.opensuse.org/request/show/792531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=87
This commit is contained in:
commit
4c8b2a1e8a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 8 17:01:02 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Remove utilities with unsatisfied runtime
|
||||||
|
dependencies [boo#1168783]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 18 07:28:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Wed Mar 18 07:28:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -116,9 +116,11 @@ to develop applications that require libinput.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
perl -i -pe 's{#!/usr/bin/env python}{#!/usr/bin/python}g' \
|
# no python3-libevdev available
|
||||||
"%buildroot/usr/lib/libinput/libinput-measure-fuzz" \
|
for i in libinput-measure-fuzz libinput-measure-touch-size libinput-measure-touchpad-pressure libinput-measure-touchpad-tap libinput-replay; do
|
||||||
"%buildroot/usr/lib/libinput/libinput-replay"
|
rm -fv "%buildroot/usr/lib/libinput/$i"
|
||||||
|
rm -fv "%buildroot/%_mandir/man1/$i".1*
|
||||||
|
done
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user