mirror of https://github.com/fairyglade/ly.git
Added files
This commit is contained in:
parent
b184f6d578
commit
361e01e6e4
14
ly.spec
14
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 <jerzy.drozdz@jdsieci.pl> - 0.5.3-1
|
||||
- Initial build
|
||||
|
|
|
|||
Loading…
Reference in New Issue