## 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: journalctl-desktop-notification Version: 1.6.0 Release: %autorelease Summary: Display a desktop notification whenever a problem has been found in journalctl License: GPL-3.0-only URL: https://gitlab.com/Zesko/journalctl-desktop-notification Source: https://gitlab.com/Zesko/journalctl-desktop-notification/-/archive/%{version}/journalctl-desktop-notification-%{version}.tar.gz BuildArch: noarch %description This tool monitors journalctl and pops up a notification when there are warnings or errors(or anything else you want to make it catch besides the default config). It is capable of monitoring remote hosts through SSH. %prep %autosetup %build %install cp -r usr etc %{buildroot} %files %license LICENSE %doc README.md CHANGELOG.md /usr/bin/journalctl-desktop-notification /usr/lib/systemd/user/journalctl-desktop-notification*.service /usr/share/applications/journalctl-desktop-notification.desktop %config(noreplace) /etc/journalctl-desktop-notification.conf %changelog ## START: Generated by rpmautospec * Sun Nov 30 2025 John Doe - 1.6.0-1 - Uncommitted changes ## END: Generated by rpmautospec