commit 15c657418ded1334f7a5870f8894027053028183 Author: CentOS Sources Date: Tue May 17 06:20:15 2022 -0400 import wayland-utils-1.0.0-4.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb7443f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/wayland-utils-1.0.0.tar.xz diff --git a/.wayland-utils.metadata b/.wayland-utils.metadata new file mode 100644 index 0000000..7ec57fb --- /dev/null +++ b/.wayland-utils.metadata @@ -0,0 +1 @@ +b5b8d498a892866d56ffbe862039d7c97acbe7bc SOURCES/wayland-utils-1.0.0.tar.xz diff --git a/SPECS/wayland-utils.spec b/SPECS/wayland-utils.spec new file mode 100644 index 0000000..0a00724 --- /dev/null +++ b/SPECS/wayland-utils.spec @@ -0,0 +1,53 @@ +Name: wayland-utils +Version: 1.0.0 +Release: 4%{?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) +BuildRequires: pkgconfig(wayland-protocols) >= 1.17 +BuildRequires: pkgconfig(wayland-scanner) + + +%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 Aug 10 2021 Mohan Boddu - 1.0.0-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 1.0.0-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* 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