aboutsummaryrefslogtreecommitdiffstats
path: root/input.spec
blob: f502eb2967a0c5fa5ff427c6596b0f01702093dd (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
30
31
32
Name:         input
License:      GPLv2+
Version:      1.3
Release:      1%{?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
* Wed Feb 22 2017 Gerd Hoffmann <kraxel@redhat.com> 1.3-1
- new package built with tito