## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: wbg Version: 1.3.0 Release: %autorelease Summary: Super simple wallpaper application for Wayland compositors implementing the layer-shell protocol Group: User Interface/Desktops License: MIT URL: https://codeberg.org/dnkl/wbg Source0: https://codeberg.org/dnkl/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: meson BuildRequires: gcc BuildRequires: pixman-devel BuildRequires: wayland-devel BuildRequires: libpng-devel BuildRequires: libjpeg-turbo-devel BuildRequires: libwebp-devel BuildRequires: libjxl-devel BuildRequires: nanosvg-devel BuildRequires: wayland-protocols-devel BuildRequires: tllist-devel %description Super simple wallpaper application for Wayland compositors implementing the layer-shell protocol. Wbg takes a single command line argument: a path to an image file. This image is displayed scaled-to-fit on all monitors. %prep %autosetup %build %meson -Dsystem-nanosvg=enabled %meson_build %install %meson_install %check %meson_test %files %license LICENSE %{_bindir}/%{name} %changelog ## START: Generated by rpmautospec * Thu Oct 30 2025 Luca Magrone - 1.3.0-1 - Initial package ## END: Generated by rpmautospec