Name: ck-client-systemd-unit-file Version: 0.0.1 Release: 2%{?dist} Summary: ck-client systemd unit file BuildArch: noarch License: GPLv3+ %global forgeurl https://codeberg.org/ivzave/misc-systemd-unit-files %forgemeta URL: %{forgeurl} Source: %{forgesource} Requires: cloak systemd BuildRequires: systemd-rpm-macros %global unit ck-client@.service %description ck-client systemd unit file %prep %forgeautosetup %install install -m 644 -D %unit %{buildroot}%_userunitdir/%unit %post %systemd_user_post %unit %preun %systemd_user_preun %unit %postun %systemd_user_postun_with_restart %unit %files %_userunitdir/%unit %changelog * Sun Aug 30 2026 Igor Zavorotkin - Migrate to codeberg.org and forge macros * Thu Nov 21 2024 Igor Zavorotkin -