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