diff --git a/README.md b/README.md index f1e6122..bb744f9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,5 @@ The xsetroot program allows you to tailor the appearance of the background ("roo 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 index c97ab9b..843f7e9 100644 --- a/xsetroot.spec +++ b/xsetroot.spec @@ -1,13 +1,13 @@ Name: xsetroot -Version: 1.1.2 +Version: 1.1.3 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 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: http://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -16,16 +16,16 @@ 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. +%debug_package + %prep %setup -q @@ -44,9 +44,12 @@ Only one of the background color/tiling changing options (-solid, -gray, -grey, %defattr(-,root,root) %{_bindir}/%{name} %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING %changelog +* Thu Nov 03 2022 Silvan Calarco 1.1.3-1mamba +- update to 1.1.3 + * Tue Apr 10 2018 Automatic Build System 1.1.2-1mamba - automatic update by autodist