update to 1.1.3 [release 1.1.3-1mamba;Thu Nov 03 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:56:38 +01:00
parent 66ae1ede14
commit 6b9df4a903
2 changed files with 10 additions and 8 deletions

View File

@ -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.

View File

@ -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 <tiziana.ferro@email.it>
URL: http://xorg.freedesktop.org/
Source: http://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.1.3-1mamba
- update to 1.1.3
* Tue Apr 10 2018 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
- automatic update by autodist