Add a brutal hack with switching branches for the Remote Asset.
This commit is contained in:
parent
79ea13554d
commit
9202985032
4
vis.spec
4
vis.spec
@ -24,10 +24,10 @@ Summary: An editor combining the strengths of both vi(m) and sam
|
|||||||
License: ISC
|
License: ISC
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: https://github.com/martanne/vis
|
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/mcepl/vis.git#devel
|
||||||
#!RemoteAssetUrl: git+https://github.com/martanne/vis-test.git#v0.5
|
#!RemoteAssetUrl: git+https://github.com/martanne/vis-test.git#v0.5
|
||||||
Source99: vis-rpmlintrc
|
Source99: vis-rpmlintrc
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libtermkey-devel
|
BuildRequires: libtermkey-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -51,6 +51,8 @@ It extends vi's modal editing with built-in support for multiple cursors/selecti
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n vis -c -T
|
%setup -q -n vis -c -T
|
||||||
|
|
||||||
|
( cd %{_sourcedir}/vis && git checkout -f devel )
|
||||||
cp -a %{_sourcedir}/vis/* .
|
cp -a %{_sourcedir}/vis/* .
|
||||||
cp -a %{_sourcedir}/vis-test/* test/
|
cp -a %{_sourcedir}/vis-test/* test/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user