.gear/rules | 2 + .../tags/ad224e0014787bd96138e0c011adc9114695c230 | 13 ++++++ .gear/tags/list | 1 + xinput.spec | 40 ++++++++++++++++++++ 4 files changed, 56 insertions(+), 0 deletions(-) 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/ad224e0014787bd96138e0c011adc9114695c230 b/.gear/tags/ad224e0014787bd96138e0c011adc9114695c230 new file mode 100644 index 0000000..05653c4 --- /dev/null +++ b/.gear/tags/ad224e0014787bd96138e0c011adc9114695c230 @@ -0,0 +1,13 @@ +object a7e86d25ca653bf750475a67678c50afadfa7bb8 +type commit +tag xinput-1.4.2 +tagger Peter Hutterer 1241675613 +1000 + +xinput 1.4.2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkoCd10ACgkQ4jt+cLRn8L+dlgCgl9Htqi0FJeT8n1PGoE/qVSn8 +IrcAoIvcKUoIpiBmBoEEz7vDsY5ic8zz +=d/YF +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..3c719bf --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +ad224e0014787bd96138e0c011adc9114695c230 xinput-1.4.2 diff --git a/xinput.spec b/xinput.spec new file mode 100644 index 0000000..56acb29 --- /dev/null +++ b/xinput.spec @@ -0,0 +1,40 @@ +Name: xinput +Version: 1.4.2 +Release: alt1 +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 +* 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