From 361e01e6e44a5866201da1f3d53969cc3b83b231 Mon Sep 17 00:00:00 2001 From: Jerzy Drozdz Date: Thu, 29 Sep 2022 15:52:09 +0200 Subject: [PATCH] Added files --- ly.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ly.spec b/ly.spec index f8ee1b7..0298e22 100644 --- a/ly.spec +++ b/ly.spec @@ -12,6 +12,8 @@ BuildRequires: gcc gcc-c++ BuildRequires: kernel-devel pam-devel BuildRequires: libxcb-devel +%systemd_requires + %description Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. @@ -32,9 +34,19 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. %files %license license.md -%doc +%doc readme.md +%{_sysconfdir}/ly +%{_sysconfdir}/pam.d/* +%{_unitdir}/* +%{_bindir}/* +%post +%systemd_post %{name}.service + +%preun +%systemd_preun %{name}.service + %changelog * Thu Sep 29 2022 Jerzy Drozdz - 0.5.3-1 - Initial build