mirror of https://github.com/fairyglade/ly.git
Added initial specfile
This commit is contained in:
parent
ea48915f9d
commit
1463c34a65
|
|
@ -1,5 +1,5 @@
|
||||||
[buildconfig]
|
[buildconfig]
|
||||||
builder = tito.builder.Builder
|
builder = tito.builder.SubmoduleAwareBuilder
|
||||||
tagger = tito.tagger.VersionTagger
|
tagger = tito.tagger.VersionTagger
|
||||||
changelog_do_not_remove_cherrypick = 0
|
changelog_do_not_remove_cherrypick = 0
|
||||||
changelog_format = %s (%ae)
|
changelog_format = %s (%ae)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
Name: ly
|
||||||
|
Version: 0.5.3
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: a TUI display manager
|
||||||
|
|
||||||
|
License: WTFPL
|
||||||
|
URL: https://github.com/fairyglade/ly
|
||||||
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: make automake
|
||||||
|
BuildRequires: gcc gcc-c++
|
||||||
|
BuildRequires: kernel-devel pam-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install systemd
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license license.md
|
||||||
|
%doc
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Sep 29 2022 Jerzy Drozdz <jerzy.drozdz@jdsieci.pl> - 0.5.3-1
|
||||||
|
- Initial build
|
||||||
Loading…
Reference in New Issue