aboutsummaryrefslogtreecommitdiffstats
path: root/input.spec
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-02-22 10:44:55 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-22 10:44:55 +0100
commit15475500a0449eb2e5ae4a949b486847dccfc28a (patch)
tree6d5691abfb66b6687ae56491ffbd9e0896ce41a3 /input.spec
parentf7e086f9c0d59737b361e40f4514bf85c3c03406 (diff)
downloadinput-15475500a0449eb2e5ae4a949b486847dccfc28a.tar.gz
add specfile
Diffstat (limited to 'input.spec')
-rw-r--r--input.spec29
1 files changed, 29 insertions, 0 deletions
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