Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 9a9698aab6
commit 9f9eeb68fb
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,5 +1,6 @@
# Generated by rust2rpm # Generated by rust2rpm 9
%bcond_without check %bcond_without check
%global __cargo_skip_build 0
%global crate ripgrep %global crate ripgrep
@ -36,9 +37,10 @@ BuildRequires: (crate(serde_derive/default) >= 1.0.77 with crate(serde_derive/d
%endif %endif
BuildRequires: %{_bindir}/a2x BuildRequires: %{_bindir}/a2x
%global _description \ %global _description %{expand:
Line oriented search tool using Rust's regex library.\ Line-oriented search tool that recursively searches your current directory for
Combines the raw performance of grep with the usability of the silver searcher. a regex pattern while respecting your gitignore rules. ripgrep has first class
support on Windows, macOS and Linux.}
%description %{_description} %description %{_description}
@ -86,6 +88,9 @@ Summary: %{summary}
%endif %endif
%changelog %changelog
* Sun Jun 09 12:38:07 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.1-2
- Regenerate
* Wed Apr 17 07:15:29 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.1-1 * Wed Apr 17 07:15:29 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.1-1
- Update to 11.0.1 - Update to 11.0.1

Loading…
Cancel
Save