Turn into ly.spec.rpkg

This commit is contained in:
Leon Grünewald
2021-02-08 00:33:35 +01:00
parent 6ac03ab27e
commit 974aca51cb

View File

@@ -1,8 +1,11 @@
Name: ly
Version: 0.5
Release: 2
Name: {{{ git_dir_name }}}
Version: {{{ git_dir_version }}}
Release: 1%{?dist}
Summary: A TUI display manager
License: WTFPL
URL: https://github.com/nullgemm/ly
VCS: {{{ git_dir_vcs }}}
Source: {{{ git_dir_pack }}}
BuildRequires: libxcb-devel
BuildRequires: pam-devel
Requires: libxcb
@@ -12,6 +15,7 @@ Requires: pam
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
%prep
{{{ git_dir_setup_macro }}}
make github
%build
@@ -40,3 +44,4 @@ DESTDIR="%{buildroot}" make install
/etc/pam.d/ly
%changelog
{{{ git_dir_changelog }}}