46 lines
1.1 KiB
RPMSpec
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
|