update to 1.0.5 [release 1.0.5-1mamba;Fri Dec 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:56:54 +01:00
parent 7c1bf8e473
commit 7ea660ec6e

View File

@ -1,13 +1,13 @@
Name: xstdcmap
Version: 1.0.4
Version: 1.0.5
Release: 1mamba
Summary: xstdcmap application - X standard colormap utility
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/%{name}-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -15,12 +15,13 @@ BuildRequires: libX11-devel
BuildRequires: libXmu-devel
BuildRequires: libXt-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The xstdcmap utility can be used to selectively define standard colormap properties.
It is intended to be run from a user's X startup script to create standard colormap definitions in order to facilitate sharing of scarce colormap resources among clients using PseudoColor visuals.
%debug_package
%prep
%setup -q
@ -39,9 +40,12 @@ It is intended to be run from a user's X startup script to create standard color
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man?/*
%doc COPYING ChangeLog
%doc COPYING
%changelog
* Fri Dec 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
- update to 1.0.5
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
- automatic update by autodist