## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## 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: waypaper Version: 2.7 Release: %autorelease Summary: GUI wallpaper setter for Wayland License: GPL-3.0-or-later URL: https://github.com/anufrievroman/waypaper Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: python3-devel Recommends: swww %description GUI wallpaper setter for Wayland and Xorg window managers. It works as a frontend for popular wallpaper backends like swaybg, swww, wallutils and feh. %prep %autosetup -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files waypaper %check desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %files -f %{pyproject_files} %license LICENSE %doc README.md %{_bindir}/waypaper %{_datadir}/applications/waypaper.desktop %{_datadir}/icons/hicolor/scalable/apps/waypaper.svg %{_datadir}/man/man1/waypaper.1.* %changelog ## START: Generated by rpmautospec * Sun Apr 05 2026 John Doe - 2.7-1 - Uncommitted changes ## END: Generated by rpmautospec