From a7dedbab1b3f418db117af404d56a36ed4b528bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Mon, 8 Feb 2021 01:52:05 +0100 Subject: [PATCH] Just the rpmbuild --- .copr/Makefile | 2 +- ly.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.copr/Makefile b/.copr/Makefile index 09b443a..09f5599 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -1,2 +1,2 @@ srpm: - make github + rpmbuild -bs ly.spec diff --git a/ly.spec b/ly.spec index 888a082..c893e3f 100644 --- a/ly.spec +++ b/ly.spec @@ -1,9 +1,10 @@ Name: ly Version: 0.5.2 -Release: 0 +Release: 1 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 BuildRequires: libxcb-devel BuildRequires: pam-devel BuildRequires: make