]> git.pld-linux.org Git - packages/evtest.git/commitdiff
- new auto/th/evtest-1.31-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Aug 2013 19:24:52 +0000 (21:24 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Aug 2013 19:24:52 +0000 (21:24 +0200)
evtest.spec [new file with mode: 0644]

diff --git a/evtest.spec b/evtest.spec
new file mode 100644 (file)
index 0000000..b01f0bb
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Event device test program
+Name:          evtest
+Version:       1.31
+Release:       1
+License:       GPL v2+
+Group:         Development/Tools
+Source0:       http://cgit.freedesktop.org/evtest/snapshot/%{name}-%{version}.tar.bz2
+# Source0-md5: 1d95cd9952d34dd15f93adb197323073
+URL:           http://cgit.freedesktop.org/evtest/
+BuildRequires: asciidoc
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libxml2-devel
+BuildRequires: xmlto
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+evtest is a simple utility to query information about input devices
+and watch the event stream generated by input devices.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/evtest.1*
This page took 0.059258 seconds and 4 git commands to generate.