.gear/rules | 2 + .../tags/cee62f7f3e8c5edc20d19805464381b4f366bec6 | 13 +++++ .gear/tags/list | 1 + xinput.spec | 58 ++++++++++++++++++++++ 4 files changed, 74 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..f78a96e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @name@-@version@:. +diff: @name@-@version@:. . diff --git a/.gear/tags/cee62f7f3e8c5edc20d19805464381b4f366bec6 b/.gear/tags/cee62f7f3e8c5edc20d19805464381b4f366bec6 new file mode 100644 index 0000000..9f4bfd0 --- /dev/null +++ b/.gear/tags/cee62f7f3e8c5edc20d19805464381b4f366bec6 @@ -0,0 +1,13 @@ +object 13d9a0906acca18a268b8898addc1a192c5a2b12 +type commit +tag xinput-1.5.3 +tagger Peter Hutterer 1289447791 +1000 + +xinput 1.5.3 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAkzbaW8ACgkQ4jt+cLRn8L8dmwCfbXQbB6y1lTo9EDGegmHbuIUx +VAwAoLokop41z+gnCDPmhL4AC/TuoOi5 +=PQR0 +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..b9400ba --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +cee62f7f3e8c5edc20d19805464381b4f366bec6 xinput-1.5.3 diff --git a/xinput.spec b/xinput.spec new file mode 100644 index 0000000..2563278 --- /dev/null +++ b/xinput.spec @@ -0,0 +1,58 @@ +Name: xinput +Version: 1.5.3 +Release: alt1.qa1 +Summary: utility to configure and test XInput devices +License: MIT/X11 +Group: System/X11 +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: libX11-devel libXext-devel libXi-devel xorg-util-macros + +%description +xinput - utility to configure and test XInput devices + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure + +%make_build + +%install +%make DESTDIR=%buildroot install + +%files +%_bindir/* +%_man1dir/* + +%changelog +* Wed Apr 17 2013 Dmitry V. Levin (QA) 1.5.3-alt1.qa1 +- NMU: rebuilt for debuginfo. + +* Thu Nov 11 2010 Valery Inozemtsev 1.5.3-alt1 +- 1.5.3 + +* Fri Jun 04 2010 Valery Inozemtsev 1.5.2-alt1 +- 1.5.2 + +* Mon Mar 15 2010 Valery Inozemtsev 1.5.1-alt1 +- 1.5.1 + +* Tue Oct 13 2009 Valery Inozemtsev 1.5.0-alt1 +- 1.5.0 + +* Tue Oct 06 2009 Valery Inozemtsev 1.4.99.3-alt1 +- 1.4.99.3 + +* Thu May 14 2009 Valery Inozemtsev 1.4.2-alt1 +- 1.4.2 + +* Thu Dec 20 2007 Valery Inozemtsev 1.3.0-alt1 +- initial release