Bump to version 1.2.2 sandbox/kevinthierry/bump-1.2.2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Dec 2014 10:30:16 +0000 (11:30 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Dec 2014 10:31:54 +0000 (11:31 +0100)
Bug-Tizen: TC-2235
Change-Id: Ib66d618204d7576cf62ed4d91437fbf22c955250
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/libevdev.spec

index 8ecd3c3a91436ebd613cdad2500eead45e3608db..9221e87cb3ec42b6c2741819515049e30d44725e 100644 (file)
@@ -1,5 +1,5 @@
 Name:           libevdev
-Version:        1.0
+Version:        1.2.2
 Release:        0
 License:        MIT
 Summary:        wrapper library for evdev input devices
@@ -33,11 +33,11 @@ interface to the callers, thus avoiding erroneous ioctls, etc.
 %autogen
 
 %build
-make %{?jobs:-j%jobs} V=1
+%__make %{?jobs:-j%jobs} V=1
 
 %install
 %make_install
-#%fdupes %{buildroot}
+#%%fdupes %%{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -48,7 +48,7 @@ make %{?jobs:-j%jobs} V=1
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 %{_datadir}/*
-
+%{_bindir}/touchpad-edge-detector
 
 %files devel
 %defattr(-,root,root,-)