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: kernel-devel pam-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
|
|
||||||
|
%systemd_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
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
|
%files
|
||||||
%license license.md
|
%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
|
%changelog
|
||||||
* Thu Sep 29 2022 Jerzy Drozdz <jerzy.drozdz@jdsieci.pl> - 0.5.3-1
|
* Thu Sep 29 2022 Jerzy Drozdz <jerzy.drozdz@jdsieci.pl> - 0.5.3-1
|
||||||
- Initial build
|
- Initial build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue