From a0ca26098e6cb491516c81dfd8469b6abdf38e29 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 26 Nov 2024 19:40:41 +0300 Subject: [PATCH] import wayland-utils-1.2.0-5.el10 --- .gitignore | 1 + .wayland-utils.metadata | 1 + SPECS/wayland-utils.spec | 79 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 .gitignore create mode 100644 .wayland-utils.metadata create mode 100644 SPECS/wayland-utils.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cc77cd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/wayland-utils-1.2.0.tar.xz diff --git a/.wayland-utils.metadata b/.wayland-utils.metadata new file mode 100644 index 0000000..f901217 --- /dev/null +++ b/.wayland-utils.metadata @@ -0,0 +1 @@ +b1c73a24da264e6b0d73298c948ba7516ae1aa68 SOURCES/wayland-utils-1.2.0.tar.xz diff --git a/SPECS/wayland-utils.spec b/SPECS/wayland-utils.spec new file mode 100644 index 0000000..9a981c7 --- /dev/null +++ b/SPECS/wayland-utils.spec @@ -0,0 +1,79 @@ +Name: wayland-utils +Version: 1.2.0 +Release: 5%{?dist} +Summary: Wayland utilities + +License: MIT +URL: https://wayland.freedesktop.org/ +Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz + +BuildRequires: gcc +BuildRequires: meson +BuildRequires: pkgconfig(wayland-client) >= 1.20 +BuildRequires: pkgconfig(wayland-protocols) >= 1.24 +BuildRequires: pkgconfig(wayland-scanner) +BuildRequires: pkgconfig(libdrm) >= 2.4.109 + +%description +wayland-utils contains wayland-info, a standalone version of weston-info, +a utility for displaying information about the Wayland protocols supported +by the Wayland compositor. +wayland-info also provides additional information for a subset of Wayland +protocols it knows about, namely Linux DMABUF, presentation time, tablet and +XDG output protocols. + +%prep +%setup -q + +%build +%meson +%meson_build + +%install +%meson_install + +%files +%license COPYING +%doc README.md +%{_bindir}/wayland-info +%{_mandir}/man1/wayland-info.1* + +%changelog +* Tue Nov 26 2024 MSVSphere Packaging Team - 1.2.0-5 +- Rebuilt for MSVSphere 10 + +* Mon Jun 24 2024 Troy Dawson - 1.2.0-5 +- Bump release for June 2024 mass rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Sep 11 2023 Olivier Fourdan - 1.2.0-3 +- migrated to SPDX license + +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jun 8 2023 Olivier Fourdan - 1.2.0-1 +- wayland-utils 1.2.0 + +* Sat Jan 21 2023 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Sep 13 2022 Olivier Fourdan - 1.1.0-1 +- wayland-utils 1.1.0 + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Aug 3 2020 Olivier Fourdan - 1.0.0-1 +- Initial package