Clean up SPEC file.
This commit is contained in:
parent
113c1d4f2b
commit
1e82fb43cb
10
vis.spec
10
vis.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vis
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,31 +24,31 @@ Summary: An editor combining the strengths of both vi(m) and sam
|
||||
License: ISC
|
||||
Group: Productivity/Text/Editors
|
||||
URL: https://sr.ht/~martanne/vis
|
||||
BuildRequires: git
|
||||
#!RemoteAssetUrl: git+https://git.sr.ht/~mcepl/vis#master
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libtermkey-devel
|
||||
BuildRequires: libtre-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: git
|
||||
BuildRequires: tar
|
||||
Suggests: par_text
|
||||
# ExclusiveArch: x86_64 %%{ix86}
|
||||
%if 0%{?suse_version} > 1550
|
||||
BuildRequires: lua54-busted
|
||||
BuildRequires: lua54-devel
|
||||
BuildRequires: lua54-lpeg
|
||||
BuildRequires: lua54-busted
|
||||
Requires: lua54
|
||||
Requires: lua54-lpeg
|
||||
Suggests: lua54-editorconfig-core-lua
|
||||
%else
|
||||
BuildRequires: lua-busted
|
||||
BuildRequires: lua-devel
|
||||
BuildRequires: lua-lpeg
|
||||
BuildRequires: lua-busted
|
||||
Requires: lua
|
||||
Requires: lua-lpeg
|
||||
Suggests: lua-editorconfig-core-lua
|
||||
%endif
|
||||
Suggests: par_text
|
||||
|
||||
%description
|
||||
Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam.
|
||||
|
Loading…
Reference in New Issue
Block a user