From b8b31386e1df31b8ae7b0ed14cd57f50c69d1051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Mon, 8 Feb 2021 03:06:01 +0100 Subject: [PATCH] move to rpkg again but this time remove setup --- ly.spec => ly.spec.rpkg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename ly.spec => ly.spec.rpkg (85%) diff --git a/ly.spec b/ly.spec.rpkg similarity index 85% rename from ly.spec rename to ly.spec.rpkg index e77f87f..9a9e11c 100644 --- a/ly.spec +++ b/ly.spec.rpkg @@ -1,10 +1,10 @@ -Name: ly -Version: 0.5.2 -Release: 1 +Name: {{{ git_dir_name }}} +Version: {{{ git_dir_version }}} +Release: 1%{?dist} Summary: A TUI display manager License: WTFPL URL: https://github.com/nullgemm/ly -Source: https://github.com/dhalucario/ly/archive/v0.5.2.tar.gz +VCS: {{{ git_dir_vcs }}} BuildRequires: libxcb-devel BuildRequires: pam-devel BuildRequires: make @@ -50,3 +50,4 @@ chmod -x %{buildroot}/etc/ly/lang/* /etc/pam.d/ly %changelog +{{{ git_dir_changelog }}}