2023-12-10 22:47:20 +00:00
|
|
|
Name: xwayland-run
|
2024-07-01 08:33:24 +00:00
|
|
|
Version: 0.0.4
|
2024-12-12 08:59:18 +00:00
|
|
|
Release: 5%{?dist}
|
2023-12-10 22:47:20 +00:00
|
|
|
Summary: Set of utilities to run headless X/Wayland clients
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://gitlab.freedesktop.org/ofourdan/xwayland-run
|
2024-07-01 08:33:24 +00:00
|
|
|
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
2023-12-10 22:47:20 +00:00
|
|
|
|
2024-07-09 09:52:39 +00:00
|
|
|
# https://gitlab.freedesktop.org/ofourdan/xwayland-run/-/merge_requests/19
|
|
|
|
Patch1: 0001-wlheadless-Ignore-os.waitpid-1-0-error.patch
|
2024-10-01 08:12:16 +00:00
|
|
|
# https://gitlab.freedesktop.org/ofourdan/xwayland-run/-/merge_requests/21
|
|
|
|
Patch2: 0001-wlheadless-Set-sensible-defaults-for-XDG-dirs.patch
|
|
|
|
# https://gitlab.freedesktop.org/ofourdan/xwayland-run/-/merge_requests/22
|
|
|
|
Patch3: 0002-wlheadless-Wait-for-the-compositor-up-to-150-secs.patch
|
2024-07-09 09:52:39 +00:00
|
|
|
|
2023-12-10 22:47:20 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: meson >= 0.60.0
|
|
|
|
BuildRequires: git-core
|
|
|
|
BuildRequires: python3-devel
|
2024-01-13 13:15:59 +00:00
|
|
|
Requires: (weston or cage or kwin-wayland or mutter or gnome-kiosk)
|
2023-12-10 22:47:20 +00:00
|
|
|
Requires: xorg-x11-server-Xwayland
|
2024-07-01 08:33:24 +00:00
|
|
|
Requires: xorg-x11-xauth
|
|
|
|
Requires: dbus-daemon
|
2024-07-09 09:52:39 +00:00
|
|
|
Suggests: mutter
|
2023-12-10 22:47:20 +00:00
|
|
|
|
2023-12-10 23:05:51 +00:00
|
|
|
# Provide names of the other utilities included
|
|
|
|
Provides: wlheadless-run = %{version}-%{release}
|
|
|
|
Provides: xwfb-run = %{version}-%{release}
|
|
|
|
|
2023-12-10 22:47:20 +00:00
|
|
|
%description
|
|
|
|
xwayland-run contains a set of small utilities revolving around running
|
|
|
|
Xwayland and various Wayland compositor headless.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -S git_am
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
2024-07-01 08:33:24 +00:00
|
|
|
%meson -Dcompositor=mutter
|
2023-12-10 22:47:20 +00:00
|
|
|
%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
|
2024-12-12 08:59:18 +00:00
|
|
|
* Thu Dec 12 2024 Olivier Fourdan <ofourdan@redhat.com> - 0.0.4-5
|
|
|
|
- Fix typo in version number (RHEL-60056)
|
|
|
|
|
2024-10-01 08:12:16 +00:00
|
|
|
* Thu Dec 12 2024 Olivier Fourdan <ofourdan@redhat.com> - 0.0.4-4
|
|
|
|
- Backport fix for XDG dirs and compositor timeout (RHEL-60056)
|
|
|
|
|
2024-10-29 16:21:14 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.0.4-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-07-09 09:52:39 +00:00
|
|
|
* Tue Jul 09 2024 Olivier Fourdan <ofourdan@redhat.com> - 0.0.4-2
|
|
|
|
- Backport fix for waitpid errors (RHEL-46355)
|
|
|
|
- Suggest mutter since this is the default compositor
|
|
|
|
|
2024-07-01 08:33:24 +00:00
|
|
|
* Mon Jul 1 2024 Olivier Fourdan <ofourdan@redhat.com> - 0.0.4-1
|
|
|
|
- Update to 0.0.4
|
|
|
|
- Require xorg-x11-xauth and dbus-daemon
|
|
|
|
- Use mutter as default compositor if none is specified
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.2-5
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-06-24 16:31:24 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.2-5
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-27 10:31:00 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-13 13:15:59 +00:00
|
|
|
* Sat Jan 13 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.0.2-3
|
|
|
|
- Refresh kwin support patch with final version
|
|
|
|
|
2023-12-10 23:05:51 +00:00
|
|
|
* Sun Dec 10 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.0.2-2
|
|
|
|
- Refresh kwin support patch
|
|
|
|
- Add provides for other included utilities
|
|
|
|
|
2023-12-10 22:47:20 +00:00
|
|
|
* Sun Dec 10 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.0.2-1
|
|
|
|
- Initial package
|