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