xstdcmap/xstdcmap.spec
Filipe Rosset ae21a4ce92 update to 1.0.6, build with meson
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
2026-07-23 00:52:06 -03:00

46 lines
1.1 KiB
RPMSpec

Name: xstdcmap
Version: 1.0.6
Release: %autorelease
Summary: Utility to define standard colormap properties
License: MIT
URL: https://www.x.org
Source0: %{url}/pub/individual/app/%{name}-%{version}.tar.xz
Source1: %{url}/pub/individual/app/%{name}-%{version}.tar.xz.sig
Source2: %{name}.gpg
BuildRequires: gcc
BuildRequires: gnupg2
BuildRequires: gpgverify
BuildRequires: meson
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xproto) >= 7.0.17
%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.
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%files
%license COPYING
%doc ChangeLog README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
%autochangelog