diff --git a/README.md b/README.md index 1804a9c..f1e6122 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # xsetroot +The xsetroot program allows you to tailor the appearance of the background ("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 specified along with other options and only the non-specified characteristics will be reset to the default state. + +Only one of the background color/tiling changing options (-solid, -gray, -grey, -bitmap, and -mod) may be specified at a time. + diff --git a/xsetroot.spec b/xsetroot.spec new file mode 100644 index 0000000..498ec91 --- /dev/null +++ b/xsetroot.spec @@ -0,0 +1,54 @@ +Name: xsetroot +Version: 1.1.1 +Release: 1mamba +Summary: xsetroot - root window parameter setting utility for X +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXcursor-devel +BuildRequires: libXmu-devel +## AUTOBUILDREQ-END +BuildRequires: xbitmaps-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The xsetroot program allows you to tailor the appearance of the background ("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 specified along with other options and only the non-specified characteristics will be reset to the default state. + +Only one of the background color/tiling changing options (-solid, -gray, -grey, -bitmap, and -mod) may be specified at a time. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Sat Jan 26 2013 Automatic Build System 1.1.1-1mamba +- automatic version update by autodist + +* Tue Mar 01 2011 Tiziana Ferro 1.1.0-1mamba +- package created by autospec \ No newline at end of file