summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-12-29 21:47:18 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-12-29 21:51:03 -0800
commit7ebf16a411807b7a2738e1444c1ddd18ab41039a (patch)
treeaa3533672b63b2279923d16f998e949d785ff58a
parent6420d9368cb487bb5ea354863830153574d2207d (diff)
downloadxinput-7ebf16a411807b7a2738e1444c1ddd18ab41039a.tar.gz
xinput-7ebf16a411807b7a2738e1444c1ddd18ab41039a.tar.bz2
xinput-7ebf16a411807b7a2738e1444c1ddd18ab41039a.zip
-rw-r--r--packaging/xinput.changes3
-rw-r--r--packaging/xinput.spec39
2 files changed, 42 insertions, 0 deletions
diff --git a/packaging/xinput.changes b/packaging/xinput.changes
new file mode 100644
index 0000000..9fae08c
--- /dev/null
+++ b/packaging/xinput.changes
@@ -0,0 +1,3 @@
+* Sat Dec 29 2012 Anas Nashif <anas.nashif@intel.com> upstream/1.6.0@6420d93
+- initial release
+
diff --git a/packaging/xinput.spec b/packaging/xinput.spec
new file mode 100644
index 0000000..9b663c1
--- /dev/null
+++ b/packaging/xinput.spec
@@ -0,0 +1,39 @@
+#
+
+Name: xinput
+Version: 1.6.0
+Release: 0
+License: MIT and HPND
+Summary: Utility to configure and test X input devices
+Url: http://xorg.freedesktop.org/
+Group: System/X11
+Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+BuildRequires: pkgconfig(inputproto) >= 2.0.99.1
+BuildRequires: pkgconfig(pkg-config)
+BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xext)
+BuildRequires: pkgconfig(xi) >= 1.4.99.1
+BuildRequires: pkgconfig(xinerama)
+BuildRequires: pkgconfig(xorg-macros) >= 1.3
+BuildRequires: pkgconfig(xrandr)
+
+%description
+xinput is a utility to configure and test XInput devices.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%defattr(-,root,root)
+%license COPYING
+%{_bindir}/xinput
+%{_mandir}/man1/xinput.1%{?ext_man}
+
+%changelog