Name: waywallen-layer-shell Version: 0.3.3 Release: 1%{?dist} Summary: wlr-layer-shell display backend for waywallen (niri, Sway, COSMIC) License: MIT URL: https://github.com/waywallen/waywallen-display Source0: %{name}-%{version}.tar.gz Source1: %{name}-vendor-%{version}.tar.gz BuildRequires: cargo BuildRequires: vulkan-headers BuildRequires: vulkan-loader-devel BuildRequires: mesa-libEGL-devel %description wlr-layer-shell display backend used by the waywallen wallpaper daemon on niri, Sway, COSMIC, and other wlroots-based compositors. %prep %setup -q -n waywallen-display-%{version} tar xzf %{SOURCE1} %build cargo build --frozen --offline --release --all-features \ --package waywallen-display \ --bin waywallen-layer-shell %install install -Dm0755 target/release/waywallen-layer-shell %{buildroot}%{_bindir}/waywallen-layer-shell %files %license LICENSE %{_bindir}/waywallen-layer-shell %changelog * Sat Jul 11 2026 You - VERSION-1 - Automated build from latest upstream tag