diff --git a/.tito/tito.props b/.tito/tito.props index eab3f19..4bf4ae5 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = tito.builder.Builder +builder = tito.builder.SubmoduleAwareBuilder tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) diff --git a/ly.spec b/ly.spec new file mode 100644 index 0000000..35b76dd --- /dev/null +++ b/ly.spec @@ -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 - 0.5.3-1 +- Initial build