Added initial specfile

This commit is contained in:
Jerzy Drozdz 2022-09-29 10:18:11 +02:00
parent ea48915f9d
commit 1463c34a65
2 changed files with 42 additions and 1 deletions

View File

@ -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)

41
ly.spec Normal file
View File

@ -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