.gear/rules | 2 + .../tags/0f5fde865911a351193e0b87248a266661e033cc | 6 +++ .gear/tags/list | 1 + xsetroot.spec | 60 ++++++++++++++++++++++ 4 files changed, 69 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/0f5fde865911a351193e0b87248a266661e033cc b/.gear/tags/0f5fde865911a351193e0b87248a266661e033cc new file mode 100644 index 0000000..206b3a9 --- /dev/null +++ b/.gear/tags/0f5fde865911a351193e0b87248a266661e033cc @@ -0,0 +1,6 @@ +object 0c55a8f8edabef5ccd9930048df7d3aecd551d54 +type commit +tag xsetroot-1.1.0 +tagger Alan Coopersmith 1288464435 -0700 + +xsetroot 1.1.0 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..c56d7d8 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +0f5fde865911a351193e0b87248a266661e033cc xsetroot-1.1.0 diff --git a/xsetroot.spec b/xsetroot.spec new file mode 100644 index 0000000..7460e9c --- /dev/null +++ b/xsetroot.spec @@ -0,0 +1,60 @@ +Name: xsetroot +Version: 1.1.0 +Release: alt1.qa1 +Summary: root window parameter setting utility for X +License: MIT/X11 +Group: System/X11 +Packager: Valery Inozemtsev +Url: http://xorg.freedesktop.org + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: libXcursor-devel libXmu-devel xorg-bitmaps xorg-util-macros + +%description +The setroot program allows you to tailor the appearance of the back- +ground ("root") window on a workstation display running X. Normally, +you experiment with xsetroot until you find a personalized look that +you like, then put the xsetroot command that produces it into your X +startup file. If no options are specified, or if -def is specified, +the window is reset to its default state. The -def option can be spec- +ified along with other options and only the non-specified characteris- +tics will be reset to the default state. + +%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.1.0-alt1.qa1 +- NMU: rebuilt for debuginfo. + +* Sat Oct 30 2010 Valery Inozemtsev 1.1.0-alt1 +- 1.1.0 + +* 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 +