mirror of https://github.com/fairyglade/ly.git
Changed to default Builder
This commit is contained in:
parent
1463c34a65
commit
e7418e6d7a
|
|
@ -1,5 +1,5 @@
|
||||||
[buildconfig]
|
[buildconfig]
|
||||||
builder = tito.builder.SubmoduleAwareBuilder
|
builder = tito.builder.Builder
|
||||||
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)
|
||||||
|
|
|
||||||
2
ly.spec
2
ly.spec
|
|
@ -4,7 +4,7 @@ Release: 1%{?dist}
|
||||||
Summary: a TUI display manager
|
Summary: a TUI display manager
|
||||||
|
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
URL: https://github.com/fairyglade/ly
|
URL: https://github.com/fairyglade/ly.git
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: make automake
|
BuildRequires: make automake
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue