summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-04-18 20:11:48 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-04-18 20:11:48 +0200
commitf49fdbd651b448b3ddbbfcd18a4c93cac6dd83a3 (patch)
tree2db5325590d69f361752c91873987a7d4f513262
parente18f9a38d113a0148f3aa489c8c7cf16cb25f066 (diff)
downloadvis-pkg-f49fdbd651b448b3ddbbfcd18a4c93cac6dd83a3.tar.gz
Clean up SPEC file.
-rw-r--r--vis.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/vis.spec b/vis.spec
index 44f46d0..89bd540 100644
--- a/vis.spec
+++ b/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.