From 974aca51cbaf40279c629cc020668918ec8bac54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Mon, 8 Feb 2021 00:33:35 +0100 Subject: [PATCH] Turn into ly.spec.rpkg --- ly.spec => ly.spec.rpkg | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) rename ly.spec => ly.spec.rpkg (56%) diff --git a/ly.spec b/ly.spec.rpkg similarity index 56% rename from ly.spec rename to ly.spec.rpkg index 7897935..b3357bc 100644 --- a/ly.spec +++ b/ly.spec.rpkg @@ -1,17 +1,21 @@ -Name: ly -Version: 0.5 -Release: 2 -Summary: A TUI display manager -License: WTFPL -BuildRequires: libxcb-devel -BuildRequires: pam-devel -Requires: libxcb -Requires: pam +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 +Requires: pam %description 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 }}}