Added files

This commit is contained in:
Jerzy Drozdz 2022-09-29 15:52:09 +02:00
parent b184f6d578
commit 361e01e6e4
1 changed files with 13 additions and 1 deletions

14
ly.spec
View File

@ -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 <jerzy.drozdz@jdsieci.pl> - 0.5.3-1
- Initial build