Initial release
This commit is contained in:
commit
abcb6982a1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
xisxwayland-2.tar.xz
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
b89e19c85a5cd7e62a52e22772f80f03bfea069e31412ca11ac38174c4a2994be559e9d5fb49e6d1921b3f1b06ee71b50ede48990a1e7804a96207b08fc7827f xisxwayland-2.tar.xz
|
63
xisxwayland.spec
Normal file
63
xisxwayland.spec
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
Name: xisxwayland
|
||||||
|
Version: 2
|
||||||
|
Release: 4%{?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
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Sep 08 2023 Peter Hutterer <peter.hutterer@redhat.com>
|
||||||
|
- SPDX migration: MIT, nothing to do
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Aug 24 2022 Peter Hutterer <peter.hutterer@redhat.com> - 2-1
|
||||||
|
- xisxwayland 2
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 25 2021 Peter Hutterer <peter.hutterer@redhat.com> 1-1
|
||||||
|
- Split xisxwayland out from xorg-x11-server-utils into its own package
|
||||||
|
(#1932760)
|
Loading…
Reference in New Issue
Block a user