Update to latest version; move bash completions.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
||||
/fzf-0.17.3.tar.gz
|
||||
/fzf-0.17.4.tar.gz
|
||||
/fzf-0.17.5.tar.gz
|
||||
/fzf-0.18.0.tar.gz
|
||||
|
||||
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
|
||||
|
||||
|
||||
2
sources
2
sources
@@ -1 +1 @@
|
||||
SHA512 (fzf-0.17.5.tar.gz) = adb5290317362c32d053294a2dd9a2aa11711521635c1cb1fc11001dea1b06e27856a7c54e7316d211abee3304cc56b8a9ee60773bb99cb4132b533f5464a430
|
||||
SHA512 (fzf-0.18.0.tar.gz) = 70dcda693ed6706f232874550f89cfcdbce1d28360244a728dd0640a4cfbbbd0899601f42c9096197c159cde86e89d287a06905cb5d665bd09b9d01cca2cb754
|
||||
|
||||
Reference in New Issue
Block a user