|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 11.0.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Line oriented search tool using Rust's regex library
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Unlicense OR MIT
|
|
|
|
@ -45,8 +45,8 @@ Summary: %{summary}
|
|
|
|
|
%dir %{_datadir}/bash-completion/completions
|
|
|
|
|
%{_datadir}/bash-completion/completions/rg.bash
|
|
|
|
|
%dir %{_datadir}/fish
|
|
|
|
|
%dir %{_datadir}/fish/vendor_functions.d
|
|
|
|
|
%{_datadir}/fish/vendor_functions.d/rg.fish
|
|
|
|
|
%dir %{_datadir}/fish/vendor_completions.d
|
|
|
|
|
%{_datadir}/fish/vendor_completions.d/rg.fish
|
|
|
|
|
%dir %{_datadir}/zsh
|
|
|
|
|
%dir %{_datadir}/zsh/site-functions
|
|
|
|
|
%{_datadir}/zsh/site-functions/_rg
|
|
|
|
@ -68,7 +68,7 @@ install -Dpm0644 -t %{buildroot}%{_mandir}/man1 \
|
|
|
|
|
target/release/build/%{crate}-*/out/rg.1
|
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \
|
|
|
|
|
target/release/build/%{crate}-*/out/rg.bash
|
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_functions.d \
|
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d \
|
|
|
|
|
target/release/build/%{crate}-*/out/rg.fish
|
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
|
|
|
|
complete/_rg
|
|
|
|
@ -79,6 +79,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jul 21 18:29:00 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.1-4
|
|
|
|
|
- Correct fish completions directory
|
|
|
|
|
|
|
|
|
|
* Thu Jun 27 08:59:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.1-3
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|