Name: xwayland-run Version: 0.0.4 Release: 5%{?dist} Summary: Set of utilities to run headless X/Wayland clients License: GPL-2.0-or-later URL: https://gitlab.freedesktop.org/ofourdan/xwayland-run Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz # https://gitlab.freedesktop.org/ofourdan/xwayland-run/-/merge_requests/19 Patch1: 0001-wlheadless-Ignore-os.waitpid-1-0-error.patch BuildArch: noarch BuildRequires: meson >= 0.60.0 BuildRequires: git-core BuildRequires: python3-devel %if 0%{?rhel} Requires: (mutter or gnome-kiosk or kwin-wayland or weston) %else Requires: (weston or cage or kwin-wayland or mutter or gnome-kiosk) %endif Requires: xorg-x11-server-Xwayland Requires: dbus-daemon Requires: xorg-x11-xauth # Provide names of the other utilities included Provides: wlheadless-run = %{version}-%{release} Provides: xwfb-run = %{version}-%{release} %description xwayland-run contains a set of small utilities revolving around running Xwayland and various Wayland compositor headless. %prep %autosetup -S git_am %build %meson %{?rhel:-Dcompositor=mutter} %meson_build %install %meson_install %files %license COPYING %doc README.md %{_bindir}/wlheadless-run %{_bindir}/xwayland-run %{_bindir}/xwfb-run %{_datadir}/wlheadless/ %{_mandir}/man1/wlheadless-run.1* %{_mandir}/man1/xwayland-run.1* %{_mandir}/man1/xwfb-run.1* %{python3_sitelib}/wlheadless/ %changelog * Fri Jul 05 2024 Olivier Fourdan - 0.0.4-5 - Backport fix for waitpid errors * Tue Jul 02 2024 Neal Gompa - 0.0.4-4 - Rework RHEL variant of compositor dependencies * Mon Jul 1 2024 Olivier Fourdan - 0.0.4-2 - Require and use mutter as default compositor in RHEL - Make other compositors very weak dependencies in RHEL * Fri Jun 28 2024 Olivier Fourdan - 0.0.4-1 - Update to 0.0.4 - Add required dependency on xorg-x11-xauth * Fri Jun 28 2024 Niels De Graef - 0.0.3-3 - Add a dependency on dbus-daemon * Fri Jun 07 2024 Python Maint - 0.0.3-2 - Rebuilt for Python 3.13 * Mon Mar 25 2024 Neal Gompa - 0.0.3-1 - Update to 0.0.3 - Drop upstreamed kwin support patch * Sat Jan 27 2024 Fedora Release Engineering - 0.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 13 2024 Neal Gompa - 0.0.2-3 - Refresh kwin support patch with final version * Sun Dec 10 2023 Neal Gompa - 0.0.2-2 - Refresh kwin support patch - Add provides for other included utilities * Sun Dec 10 2023 Neal Gompa - 0.0.2-1 - Initial package