.gear/rules | 2 + .../tags/3b35fd89b09221f0004301ebfff39cd6c7eec8e4 | 6 +++ .gear/tags/list | 1 + xmessage.spec | 62 ++++++++++++++++++++++ 4 files changed, 71 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/3b35fd89b09221f0004301ebfff39cd6c7eec8e4 b/.gear/tags/3b35fd89b09221f0004301ebfff39cd6c7eec8e4 new file mode 100644 index 0000000..b88e4ac --- /dev/null +++ b/.gear/tags/3b35fd89b09221f0004301ebfff39cd6c7eec8e4 @@ -0,0 +1,6 @@ +object ad5f249bf731ee06958e0948f0898ac3f3e26352 +type commit +tag xmessage-1.0.3 +tagger Alan Coopersmith 1264835754 -0800 + +xmessage 1.0.3 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..3a5aa67 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +3b35fd89b09221f0004301ebfff39cd6c7eec8e4 xmessage-1.0.3 diff --git a/xmessage.spec b/xmessage.spec new file mode 100644 index 0000000..5e764fd --- /dev/null +++ b/xmessage.spec @@ -0,0 +1,62 @@ +Name: xmessage +Version: 1.0.3 +Release: alt1.qa1 +Summary: display a message or query in a window +License: MIT/X11 +Group: System/X11 +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: libXaw-devel xorg-util-macros + +%description +The xmessage program displays a window containing a message from the +command line, a file, or standard input. Along the lower edge of the +message is row of buttons; clicking the left mouse button on any of +these buttons will cause xmessage to exit. Which button was pressed is +returned in the exit status and, optionally, by writing the label of +the button to standard output. + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure + +%make_build + +%install +%make DESTDIR=%buildroot install + +%files +%_sysconfdir/X11/app-defaults/* +%_bindir/* +%_man1dir/* + +%changelog +* Wed Apr 17 2013 Dmitry V. Levin (QA) 1.0.3-alt1.qa1 +- NMU: rebuilt for debuginfo. + +* Sat Jan 30 2010 Valery Inozemtsev 1.0.3-alt1 +- 1.0.3 + +* Sat Nov 08 2008 Valery Inozemtsev 1.0.2-alt2 +- rebuild with libXaw.so.7 + +* Fri Aug 10 2007 Valery Inozemtsev 1.0.2-alt1 +- 1.0.2 + +* Tue Dec 27 2005 Valery Inozemtsev 1.0.1-alt1 +- Xorg-7.0 + +* Sun Dec 04 2005 Valery Inozemtsev 0.99.2-alt1 +- Xorg-7.0RC3 + +* Thu Nov 24 2005 Valery Inozemtsev 0.99.1-alt0.1 +- initial release +