Name: xrdb
Version: 1.2.3
Release: 1
Summary: X server resource database utility
License: HPND-DEC AND MIT-open-group
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: meson >= 1.1.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xmuu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) >= 7.0.25
Recommends: cpp
Obsoletes: xorg-x11-server-utils < 7.7-32
Obsoletes: xorg-x11-server-utils-help < 7.7-32
%description
xrdb is used to get or set the contents of the RESOURCE_MANAGER property on
the root window of screen 0, or the SCREEN_RESOURCES property on the
root window of any or all screens, or everything combined.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%files
%license COPYING
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
* Fri Jul 10 2026 Funda Wang <fundawang@yeah.net> - 1.2.3-1
- update to 1.2.3
* Thu Feb 20 2025 Funda Wang <fundawang@yeah.net> - 1.2.2-1
- init package