From 79bf4bd4886592eb63c11575439dea1aca1979f5 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:59:45 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git-core (cherry picked from commit e157cbe8091651c08c39c1cc767f8610143a0ad4) --- libinput.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libinput.spec b/libinput.spec index e8158b2..8ba11ab 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 -- Gitee