.gear/rules | 2 + .../tags/a3790fa58344cd97c74613fd5b9bc9c4d0dc8e04 | 6 ++ .gear/tags/list | 1 + xev.spec | 54 ++++++++++++++++++++ 4 files changed, 63 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/a3790fa58344cd97c74613fd5b9bc9c4d0dc8e04 b/.gear/tags/a3790fa58344cd97c74613fd5b9bc9c4d0dc8e04 new file mode 100644 index 0000000..88c23d2 --- /dev/null +++ b/.gear/tags/a3790fa58344cd97c74613fd5b9bc9c4d0dc8e04 @@ -0,0 +1,6 @@ +object 96b24e2c353bb4c9b7a0e2fff4f13d015fdb25b9 +type commit +tag xev-1.2.0 +tagger Alan Coopersmith 1329886290 -0800 + +xev 1.2.0 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..dca12d5 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +a3790fa58344cd97c74613fd5b9bc9c4d0dc8e04 xev-1.2.0 diff --git a/xev.spec b/xev.spec new file mode 100644 index 0000000..518dd5d --- /dev/null +++ b/xev.spec @@ -0,0 +1,54 @@ +Name: xev +Version: 1.2.0 +Release: alt1 +Summary: print contents of X events +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 libXrandr-devel xorg-util-macros + +%description +Xev creates a window and then asks the X server to send it events when- +ever anything happens to the window (such as it being moved, resized, +typed in, clicked in, etc.). You can also attach it to an existing +window. It is useful for seeing what causes events to occur and to +display the information that they contain; it is essentially a debug- +ging and development tool, and should not be needed in normal usage. + +%prep +%setup -q + +%build +%autoreconf +%configure + +%make_build + +%install +%make DESTDIR=%buildroot install + +%files +%_bindir/* +%_man1dir/* + +%changelog +* Fri Mar 23 2012 Valery Inozemtsev 1.2.0-alt1 +- 1.2.0 + +* Sat Oct 30 2010 Valery Inozemtsev 1.1.0-alt1 +- 1.1.0 + +* Sat Mar 08 2008 Valery Inozemtsev 1.0.3-alt1 +- 1.0.3 + +* Fri Jun 02 2006 Valery Inozemtsev 1.0.2-alt1 +- 1.0.2 + +* Fri Jan 06 2006 Valery Inozemtsev 1.0.1-alt1 +- Xorg-7.0 +