blob: 68e3bf7a6f3dfaf09a513d93202b8c8e1e66363a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Name: input
License: GPLv2+
Version: 1.2
Release: 2%{?dist}
Summary: linux input tools
Group: Applications/System
URL: http://www.kraxel.org/blog/linux/%{name}/
Source: http://www.kraxel.org/releases/%{name}/%{name}-%{version}.tar.gz
%description
Tools to handle linux input devices (evdev).
List devices, dump input events, ...
%prep
%setup -q
%build
export CFLAGS="%{optflags}"
make prefix=/usr
%install
make prefix=/usr DESTDIR=%{buildroot} STRIP="" install
%files
%doc COPYING
%{_bindir}/*
%{_mandir}/man8/*.8*
%changelog
|