## 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: sticky Version: 1.29 Release: %autorelease Summary: Sticky notes app License: GPL-2.0-or-later URL: https://github.com/linuxmint/sticky Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: meson BuildRequires: python3-devel Requires: gtk3 Requires: gspell Requires: python3-xapp Requires: python3-xapps-override %description Sticky is a note-taking app for the Linux desktop that simulates traditional "sticky note" style stationery on your desktop. Some of its features include basic text formatting (bold, italics, monospaced, etc.), spell-checking, a tray icon for controlling note visibility, color notes, manual and automatic backups, and a manager to organize your notes into groups. %prep %autosetup -p1 %build %meson %meson_build %install %meson_install %find_lang %{name} %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files -f %{name}.lang %license COPYING %doc README.md %{_sysconfdir}/xdg/autostart/%{name}.desktop %{_bindir}/%{name} %{_prefix}/lib/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/dbus-1/services/org.x.%{name}.service %{_datadir}/glib-2.0/schemas/org.x.%{name}.gschema.xml %{_datadir}/icons/hicolor/*/*/%{name}* %{_datadir}/%{name}/ %changelog ## START: Generated by rpmautospec * Fri Dec 26 2025 John Doe - 1.29-1 - Uncommitted changes ## END: Generated by rpmautospec