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. 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. 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. 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. 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 Name: xsetroot
Version: 1.1.2 Version: 1.1.3
Release: 1mamba Release: 1mamba
Summary: xsetroot - root window parameter setting utility for X Summary: xsetroot - root window parameter setting utility for X
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xorg.freedesktop.org/ URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.bz2 Source: http://xorg.freedesktop.org/releases/individual/app/xsetroot-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -16,16 +16,16 @@ BuildRequires: libXcursor-devel
BuildRequires: libXmu-devel BuildRequires: libXmu-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: xbitmaps-devel BuildRequires: xbitmaps-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The xsetroot program allows you to tailor the appearance of the background ("root") window on a workstation display running X. 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. 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. 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. 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. Only one of the background color/tiling changing options (-solid, -gray, -grey, -bitmap, and -mod) may be specified at a time.
%debug_package
%prep %prep
%setup -q %setup -q
@ -44,9 +44,12 @@ Only one of the background color/tiling changing options (-solid, -gray, -grey,
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man?/* %{_mandir}/man?/*
%doc COPYING ChangeLog README %doc COPYING
%changelog %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 * Tue Apr 10 2018 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
- automatic update by autodist - automatic update by autodist