From bc749beb8559a3367bb9ef3bea7129ed415fe05f Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 28 Feb 2018 13:34:21 +0100 Subject: [PATCH] up to 1.10.1 - do not use /usr/bin/env in shebangs --- libinput.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libinput.spec b/libinput.spec index 405f6b1..8b10379 100644 --- a/libinput.spec +++ b/libinput.spec @@ -12,12 +12,12 @@ Summary: Input device library Summary(pl.UTF-8): Biblioteka urządzeń wejściowych Name: libinput -Version: 1.10.0 +Version: 1.10.1 Release: 1 License: MIT Group: Libraries Source0: https://www.freedesktop.org/software/libinput/%{name}-%{version}.tar.xz -# Source0-md5: dac92f0b094392c03ab1320d06173afd +# Source0-md5: b3d009f36691cb9c340a18109df837ef URL: https://www.freedesktop.org/wiki/Software/libinput/ BuildRequires: check-devel >= 0.9.10 %if %{with gui} @@ -118,6 +118,8 @@ Dokumentacja API biblioteki libinput. %prep %setup -q +%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' tools/libinput-measure-{trackpoint-range,touchpad-pressure,touch-size,touchpad-tap} + %build %meson build \ -Ddebug-gui=%{__true_false gui} \ -- 2.44.0