From 6975d7646fe3f7b156cdfa78288f1686aa8dd4cc Mon Sep 17 00:00:00 2001 From: duyyb Date: Tue, 10 Mar 2020 14:38:28 +0800 Subject: [PATCH] update python-evdev.spec. --- python-evdev.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-evdev.spec b/python-evdev.spec index b1d8921..b0323dd 100644 --- a/python-evdev.spec +++ b/python-evdev.spec @@ -39,7 +39,7 @@ In other words, python-evdev allows you to read and write input events on Linux. An event can be a key or button press, a mouse movement or a tap on a touchscreen. %prep -%autosetup -n %{name}-{version} -p1 +%autosetup -n %{name}-%{version} -p1 %build %py3_build