|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
|
|
|
|
|
|
|
|
%global crate ripgrep
|
|
|
|
%global crate ripgrep
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 12.1.0
|
|
|
|
Version: 12.1.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Line oriented search tool using Rust's regex library
|
|
|
|
Summary: Line oriented search tool using Rust's regex library
|
|
|
|
|
|
|
|
|
|
|
@ -31,7 +31,6 @@ support on Windows, macOS and Linux.}
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
# Install all deps (without check), grab their licenses and make it simple
|
|
|
|
|
|
|
|
# * ASL 2.0 or Boost
|
|
|
|
# * ASL 2.0 or Boost
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
# * MIT
|
|
|
|
# * MIT
|
|
|
@ -84,6 +83,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 29 18:35:53 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 12.1.1-1
|
|
|
|
|
|
|
|
- Update to 12.1.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 10 10:02:13 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 12.1.0-1
|
|
|
|
* Sun May 10 10:02:13 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 12.1.0-1
|
|
|
|
- Update to 12.1.0
|
|
|
|
- Update to 12.1.0
|
|
|
|
|
|
|
|
|
|
|
|