SHA256
1
0
forked from pool/vis

Accepting request 871549 from editors

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/871549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vis?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-02-15 22:17:26 +00:00 committed by Git OBS Bridge
commit a6a19d37f0
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 5 23:00:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add BR libselinux-devel to make vis SELinux aware.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 8 18:42:07 UTC 2020 - Matej Cepl <mcepl@suse.com> Tue Dec 8 18:42:07 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package vis # spec file for package vis
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,6 +26,7 @@ Group: Productivity/Text/Editors
URL: https://github.com/martanne/vis URL: https://github.com/martanne/vis
Source0: https://github.com/martanne/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/martanne/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://github.com/martanne/vis-test/releases/download/v%{test_version}/vis-test-%{test_version}.tar.gz Source1: https://github.com/martanne/vis-test/releases/download/v%{test_version}/vis-test-%{test_version}.tar.gz
BuildRequires: libselinux-devel
BuildRequires: libtermkey-devel BuildRequires: libtermkey-devel
BuildRequires: lua-devel BuildRequires: lua-devel
BuildRequires: lua-lpeg BuildRequires: lua-lpeg
@ -53,7 +54,7 @@ export CFLAGS="%{optflags} -fcommon"
%make_install %make_install
%check %check
# According to the debian/rules: # According to the debian/rules:
# The vim tests harness is not solid, let's skip them for the moment. # The vim tests harness is not solid, let's skip them for the moment.
# Upstream mentioned the possibility of phasing them out entirely. # Upstream mentioned the possibility of phasing them out entirely.
make -C test/core make -C test/core