Revert "packaging: enable tests" sandbox/pcoval/devel
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 3 Mar 2014 15:40:47 +0000 (16:40 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 3 Mar 2014 15:40:47 +0000 (16:40 +0100)
This reverts commit c62d80a37817845aacf4e0d53c46cf2259752422.

packaging/libinput.spec

index bdfbf6b6952708410b2c4ff27170b5e7135c273d..90fd0f32a4db610c7827e05156af9f2877af1268 100755 (executable)
@@ -9,7 +9,6 @@ Source:         %{name}-%{version}.tar.gz
 #X-Vcs-Url:      git://anongit.freedesktop.org/wayland/libinput
 
 BuildRequires:  make
-BuildRequires:  pkgconfig(check) >= 0.9.9
 BuildRequires:  pkgconfig(libevdev)
 BuildRequires:  pkgconfig(libevent)
 BuildRequires:  pkgconfig(libudev)
@@ -45,24 +44,13 @@ functionality that users expect.
 %prep
 %setup -q
 
-%autogen \
-    --enable-tests \
-    #eol
+%autogen
 
 %build
 make %{?jobs:-j%jobs} V=1
 
-%check
-make %{?jobs:-j%jobs} tests check V=1
-
 %install
 %make_install
-install -d %{_libdir}/%{name}/test
-install -m 0755 test/test-log %{_libdir}/%{name}/test
-install -m 0755 test/test-path %{_libdir}/%{name}/test
-install -m 0755 test/test-pointer %{_libdir}/%{name}/test
-install -m 0755 test/test-touch %{_libdir}/%{name}/test
-install -m 0755 test/test-udev %{_libdir}/%{name}/test
 
 %post -p /sbin/ldconfig
 
@@ -79,7 +67,3 @@ install -m 0755 test/test-udev %{_libdir}/%{name}/test
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
-
-%file test
-%{_libdir}/%{name}/test/*
-