Name: hyprwayland-scanner Version: 0.4.5 Release: 1%{?dist} Summary: A Hyprland implementation of wayland-scanner, in and for C++. License: BSD-3-Clause URL: https://github.com/hyprwm/hyprwayland-scanner Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(pugixml) %description A Hyprland implementation of wayland-scanner, in and for C++. hyprwayland-scanner automatically generates properly RAII-ready, modern C++ bindings for Wayland protocols, for either servers or clients. %prep %autosetup %build %cmake %cmake_build %install %cmake_install %files %license LICENSE %doc README.md %{_bindir}/hyprwayland-scanner %{_libdir}/cmake/hyprwayland-scanner/ %{_libdir}/pkgconfig/hyprwayland-scanner.pc %changelog %autochangelog