Add a brutal hack with switching branches for the Remote Asset.

This commit is contained in:
Matej Cepl 2022-07-11 22:44:10 +02:00
parent 79ea13554d
commit 9202985032

View File

@ -24,10 +24,10 @@ Summary: An editor combining the strengths of both vi(m) and sam
License: ISC
Group: Productivity/Text/Editors
URL: https://github.com/martanne/vis
# ###RemoteAssetUrl: git+https://github.com/martanne/vis.git
#!RemoteAssetUrl: git+https://github.com/mcepl/vis.git#devel
#!RemoteAssetUrl: git+https://github.com/martanne/vis-test.git#v0.5
Source99: vis-rpmlintrc
BuildRequires: git
BuildRequires: libselinux-devel
BuildRequires: libtermkey-devel
BuildRequires: ncurses-devel
@ -51,6 +51,8 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti
%prep
%setup -q -n vis -c -T
( cd %{_sourcedir}/vis && git checkout -f devel )
cp -a %{_sourcedir}/vis/* .
cp -a %{_sourcedir}/vis-test/* test/