Name: awww Version: v0.12.0 Release: v0.12.0_20260401234350 Summary: Efficient animated wallpaper daemon for wayland, controlled at runtime. License: GPL Source0: awww.tar.gz BuildRequires: cargo BuildRequires: lz4-devel BuildRequires: wayland-protocols-devel BuildRequires: wayland-devel Requires: lz4 %description Efficient animated wallpaper daemon for wayland, controlled at runtime. %prep %autosetup -n %{name} %build cargo build --release %install # Create directories in BUILDROOT (mimic target system paths) mkdir -p %{buildroot}/%{_bindir} # Install the script to /usr/bin (via BUILDROOT) install -m 0755 target/release/%{name} target/release/%{name}-daemon %{buildroot}/%{_bindir}/ %files %{_bindir}/%{name} %{_bindir}/%{name}-daemon %changelog