Update to latest version; move bash completions.
This commit is contained in:
14
fzf.spec
14
fzf.spec
@@ -1,11 +1,11 @@
|
||||
%global goipath github.com/junegunn/fzf
|
||||
Version: 0.17.5
|
||||
Version: 0.18.0
|
||||
%global tag %{version}
|
||||
|
||||
%gometa
|
||||
|
||||
Name: fzf
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: A command-line fuzzy finder written in Go
|
||||
License: MIT
|
||||
URL: %{gourl}
|
||||
@@ -57,8 +57,8 @@ 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
|
||||
install -Dpm0644 shell/completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/fzf
|
||||
install -d %{buildroot}%{_datadir}/bash-completion/completions
|
||||
install -Dpm0644 shell/completion.bash %{buildroot}%{_datadir}/bash-completion/completions/fzf
|
||||
install -d %{buildroot}%{_datadir}/zsh/site-functions
|
||||
install -Dpm0644 shell/completion.zsh %{buildroot}%{_datadir}/zsh/site-functions/fzf
|
||||
|
||||
@@ -86,10 +86,14 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
|
||||
%{_datadir}/vim/vimfiles/plugin/fzf.vim
|
||||
%dir %{_datadir}/nvim/site/plugin
|
||||
%{_datadir}/nvim/site/plugin/fzf.vim
|
||||
%{_sysconfdir}/bash_completion.d/fzf
|
||||
%{_datadir}/bash-completion/completions/fzf
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 01 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.18.0-1
|
||||
- Update to latest version
|
||||
- Move bash completion to /use/share (#1683868)
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user