xwayland-run/xwayland-run.spec

69 lines
1.7 KiB
RPMSpec
Raw Normal View History

2023-12-10 22:47:20 +00:00
Name: xwayland-run
Version: 0.0.2
Release: 4%{?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
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
# Backport from upstream
2023-12-10 22:47:20 +00:00
Patch0001: 0001-wlheadless-Add-support-for-kwin.patch
BuildArch: noarch
BuildRequires: meson >= 0.60.0
BuildRequires: git-core
BuildRequires: python3-devel
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
# 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
%meson
%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
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 13 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.0.2-3
- Refresh kwin support patch with final version
* 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