## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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: nwg-shell-wallpapers Version: 1.5 Release: %autorelease Summary: Wallpapers from the nwg-shell project License: CC0-1.0 URL: https://github.com/nwg-piotr/nwg-shell-wallpapers Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch %description The nwg-shell-wallpapers repository contains a selection of wallpapers contributed to the nwg-shell project. The logo you see in the header is a variation of the original nwg-shell logo, used in some wallpapers. %prep %autosetup -p1 %build # Nothing to build %install install -D -m0644 -t %{buildroot}%{_datadir}/backgrounds/nwg-shell/ wallpapers/* %files %doc README.md %license LICENSE %{_datadir}/backgrounds/nwg-shell/ %changelog ## START: Generated by rpmautospec * Tue May 12 2026 John Doe - 1.5-1 - Uncommitted changes ## END: Generated by rpmautospec