mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 19:55:00 +00:00
Fix it up
This commit is contained in:
2
.copr/Makefile
Normal file
2
.copr/Makefile
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
srpm:
|
||||||
|
make github
|
||||||
@@ -1,11 +1,9 @@
|
|||||||
Name: {{{ git_dir_name }}}
|
Name: ly
|
||||||
Version: {{{ git_dir_version }}}
|
Version: 0.5.2
|
||||||
Release: 1%{?dist}
|
Release: 0
|
||||||
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
|
||||||
VCS: {{{ git_dir_vcs }}}
|
|
||||||
Source: {{{ git_dir_pack }}}
|
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@@ -16,10 +14,11 @@ 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
|
||||||
{{{ git_dir_setup_macro }}}
|
cd src
|
||||||
make github
|
make github
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd src
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -29,6 +28,8 @@ mkdir -p %{buildroot}/usr/bin/
|
|||||||
mkdir -p %{buildroot}/usr/lib/systemd/system/
|
mkdir -p %{buildroot}/usr/lib/systemd/system/
|
||||||
mkdir -p %{buildroot}/etc/pam.d/
|
mkdir -p %{buildroot}/etc/pam.d/
|
||||||
DESTDIR="%{buildroot}" make install
|
DESTDIR="%{buildroot}" make install
|
||||||
|
chmod -x %{buildroot}/etc/ly/config.ini
|
||||||
|
chmod -x %{buildroot}/etc/ly/lang/*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/bin/ly
|
/usr/bin/ly
|
||||||
@@ -45,4 +46,3 @@ DESTDIR="%{buildroot}" make install
|
|||||||
/etc/pam.d/ly
|
/etc/pam.d/ly
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
{{{ git_dir_changelog }}}
|
|
||||||
Reference in New Issue
Block a user