From 15475500a0449eb2e5ae4a949b486847dccfc28a Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 22 Feb 2017 10:44:55 +0100 Subject: add specfile --- input.spec | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 input.spec (limited to 'input.spec') diff --git a/input.spec b/input.spec new file mode 100644 index 0000000..68e3bf7 --- /dev/null +++ b/input.spec @@ -0,0 +1,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 -- cgit