mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 19:55:00 +00:00
This makes some more sense now
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
srpm:
|
srpm:
|
||||||
rpmbuild -bs ly.spec
|
make github
|
||||||
|
rpmbuild -vv -bs ly.spec --define "_srcrpmdir $(outdir)"
|
||||||
|
|||||||
7
ly.spec
7
ly.spec
@@ -4,7 +4,6 @@ Release: 1
|
|||||||
Summary: A TUI display manager
|
Summary: A TUI display manager
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
URL: https://github.com/nullgemm/ly
|
URL: https://github.com/nullgemm/ly
|
||||||
Source: https://github.com/dhalucario/ly/archive/v0.5.2.tar.gz
|
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@@ -15,8 +14,10 @@ Requires: pam
|
|||||||
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
cd src
|
tar -czvf v0.5.2.tar.gz %{buildroot}
|
||||||
make github
|
mv v0.5.2.tar.gz %{_sourcedir}
|
||||||
|
cd %{_sourcedir}
|
||||||
|
ls -la
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
|
|||||||
Reference in New Issue
Block a user