diff --git a/libinput.spec b/libinput.spec index e8158b2ba3f76ab4fea9ec1b0a95fa1db4b30cf7..8ba11abc82b53935050148405a7f60b83aee0326 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,12 +1,12 @@ Name: libinput Version: 1.16.4 -Release: 1 +Release: 2 Summary: Input device management and event handling library License: MIT URL: https://www.freedesktop.org/wiki/Software/libinput/ Source0: https://www.freedesktop.org/software/libinput/libinput-%{version}.tar.xz -BuildRequires: git-core gcc gcc-c++ python3-devel meson pkgconfig(libudev) pkgconfig(mtdev) pkgconfig(libevdev) pkgconfig(libwacom) +BuildRequires: gcc gcc-c++ python3-devel meson pkgconfig(libudev) pkgconfig(mtdev) pkgconfig(libevdev) pkgconfig(libwacom) %description libinput is a library to handle input devices in Wayland compositors and to provide @@ -37,8 +37,7 @@ The %{name}-doc package contains document files. %global udevdir /usr/lib/udev/ %prep -%autosetup -n %{name}-%{version} -Sgit -pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3') +%autosetup -n %{name}-%{version} -p1 %build %meson -Ddebug-gui=false -Ddocumentation=false -Dtests=false -Dudev-dir=%{udevdir} @@ -84,6 +83,9 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3') %{_mandir}/man1/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.16.4-2 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git-core + * Sat Jan 30 2021 xinghe - 1.16.4-1 - update to 1.16.4