packaging: Bump to 0.11.0
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 23 Feb 2015 09:05:08 +0000 (10:05 +0100)
committerDuna Oh <duna.oh@samsung.com>
Mon, 7 Feb 2022 11:05:30 +0000 (20:05 +0900)
Change-Id: I68ab7b18613657814e6535261ac85fad4019122a
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/libinput.spec

index 853ae8df4df672f3533ceb1ed244edddb36b22cc..5dcb64f87948910bb3f3546d495dd2f9162cdd1a 100755 (executable)
@@ -1,5 +1,5 @@
 Name:           libinput
-Version:        0.8.0
+Version:        0.11.0
 Release:        0
 License:        MIT
 Summary:        Input devices for display servers and other applications
@@ -47,7 +47,7 @@ functionality that users expect.
 %autogen
 
 %build
-make %{?jobs:-j%jobs} V=1
+%__make %{?_smp_mflags}
 
 %install
 %make_install
@@ -60,7 +60,8 @@ make %{?jobs:-j%jobs} V=1
 %files
 %defattr(-,root,root)
 %{_libdir}/*.so.*
-
+%{_libdir}/udev/%{name}*
+%{_libdir}/udev/rules.d/*%{name}*
 
 %files devel
 %defattr(-,root,root,-)