Install plugin for neovim also.
This commit is contained in:
9
fzf.spec
9
fzf.spec
@@ -43,7 +43,7 @@
|
||||
|
||||
Name: fzf
|
||||
Version: 0.16.11
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A command-line fuzzy finder written in Go
|
||||
License: MIT
|
||||
URL: https://%{provider_prefix}
|
||||
@@ -146,6 +146,8 @@ install -d %{buildroot}%{_datadir}/fzf
|
||||
# Install vim plugin
|
||||
install -d %{buildroot}%{_datadir}/vim/vimfiles/plugin
|
||||
install -Dpm0644 plugin/fzf.vim %{buildroot}%{_datadir}/vim/vimfiles/plugin/
|
||||
install -d %{buildroot}%{_datadir}/nvim/site/plugin
|
||||
install -Dpm0644 plugin/fzf.vim %{buildroot}%{_datadir}/nvim/site/plugin/
|
||||
|
||||
# Install shell completion
|
||||
install -d %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||
@@ -232,6 +234,8 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
||||
%{_datadir}/zsh/site-functions/fzf
|
||||
%dir %{_datadir}/vim/vimfiles/plugin
|
||||
%{_datadir}/vim/vimfiles/plugin/fzf.vim
|
||||
%dir %{_datadir}/nvim/site/plugin
|
||||
%{_datadir}/nvim/site/plugin/fzf.vim
|
||||
%{_sysconfdir}/bash_completion.d/fzf
|
||||
|
||||
%if 0%{?with_devel}
|
||||
@@ -248,6 +252,9 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Sep 4 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.16.11-7
|
||||
- Install plugin for neovim also.
|
||||
|
||||
* Thu Aug 24 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.16.11-6
|
||||
- Turn off source and unit testing packages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user