Name: evtest Version: 1.23 Release: 1%{?dist} Summary: Event device test program Group: Development/Tools License: GPLv2+ URL: http://cgit.freedesktop.org/~whot/evtest/ Source0: http://cgit.freedesktop.org/~whot/%{name}/snapshot/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake %description %{name} is a simple utility to query information about input devices and watch the event stream generated by input devices. %prep %setup -q %build autoreconf -v --install || exit 1 %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/%{name} %doc COPYING %{_mandir}/man1/evtest.1* %changelog * Wed Oct 21 2009 Peter Hutterer 1.23-1 - Initial package