commit 782379f4dc9769c5b8403b804d8c83e36c11f49b Author: tigro Date: Mon Dec 23 17:57:44 2024 +0300 import xisxwayland-2-5.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a999e53 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/xisxwayland-2.tar.xz diff --git a/.xisxwayland.metadata b/.xisxwayland.metadata new file mode 100644 index 0000000..7025f6c --- /dev/null +++ b/.xisxwayland.metadata @@ -0,0 +1 @@ +ea76690cc08b60f22906491c910c90ae609c4854 SOURCES/xisxwayland-2.tar.xz diff --git a/SPECS/xisxwayland.spec b/SPECS/xisxwayland.spec new file mode 100644 index 0000000..878e838 --- /dev/null +++ b/SPECS/xisxwayland.spec @@ -0,0 +1,69 @@ +Name: xisxwayland +Version: 2 +Release: 5%{?dist} +Summary: Tool to check if the X server is XWayland + +License: MIT +URL: https://www.x.org +Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz + +BuildRequires: meson gcc +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xrandr) + +Obsoletes: xorg-x11-server-utils < 7.7-40 + +%description +xisxwayland is a tool to be used within shell scripts to determine whether +the X server in use is Xwayland. It exits with status 0 if the server is an +Xwayland server and 1 otherwise. + +%prep +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%files +%license COPYING +%{_bindir}/xisxwayland +%{_mandir}/man1/xisxwayland.1* + +%changelog +* Mon Dec 23 2024 Arkady L. Shane - 2-5 +- Rebuilt for MSVSphere 10 + +* Sat Jul 20 2024 Fedora Release Engineering - 2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Sep 08 2023 Peter Hutterer +- SPDX migration: MIT, nothing to do + +* Sat Jul 22 2023 Fedora Release Engineering - 2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Aug 24 2022 Peter Hutterer - 2-1 +- xisxwayland 2 + +* Sat Jul 23 2022 Fedora Release Engineering - 1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Feb 25 2021 Peter Hutterer 1-1 +- Split xisxwayland out from xorg-x11-server-utils into its own package + (#1932760)