]> git.pld-linux.org Git - packages/evtest.git/blame - evtest.spec
- pl, revised BRs
[packages/evtest.git] / evtest.spec
CommitLineData
bccec7af 1Summary: Event device test program
c49346df 2Summary(pl.UTF-8): Program do testowania urządzeń wejściowych generujących zdarzenia
bccec7af
JR
3Name: evtest
4Version: 1.31
5Release: 1
6License: GPL v2+
7Group: Development/Tools
8Source0: http://cgit.freedesktop.org/evtest/snapshot/%{name}-%{version}.tar.bz2
9# Source0-md5: 1d95cd9952d34dd15f93adb197323073
10URL: http://cgit.freedesktop.org/evtest/
11BuildRequires: asciidoc
c49346df 12BuildRequires: autoconf >= 2.57
bccec7af 13BuildRequires: automake
c49346df
JB
14BuildRequires: libxslt-progs
15BuildRequires: pkgconfig
bccec7af
JR
16BuildRequires: xmlto
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20evtest is a simple utility to query information about input devices
21and watch the event stream generated by input devices.
22
c49346df
JB
23%description -l pl.UTF-8
24evtest to proste narzędzie do pobierania informacji o urządzeniach
25wejściowych i oglądania strumienia zdarzeń generowanych przez te
26urządzenia.
27
bccec7af
JR
28%prep
29%setup -q
30
31%build
32%{__aclocal}
33%{__autoconf}
34%{__autoheader}
35%{__automake}
36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%attr(755,root,root) %{_bindir}/%{name}
51%{_mandir}/man1/evtest.1*
This page took 0.069517 seconds and 4 git commands to generate.