|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.10.0
|
|
|
|
Version: 1.10.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Command-line benchmarking tool
|
|
|
|
Summary: Command-line benchmarking tool
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
@ -15,6 +15,7 @@ URL: https://crates.io/crates/hyperfine
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows
|
|
|
|
# * No windows
|
|
|
|
|
|
|
|
# * Update indicatif to 0.15, https://github.com/sharkdp/hyperfine/pull/299
|
|
|
|
Patch0: hyperfine-fix-metadata.diff
|
|
|
|
Patch0: hyperfine-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -28,12 +29,11 @@ Command-line benchmarking tool.}
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{crate}
|
|
|
|
%package -n %{crate}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
# * ASL 2.0 or Boost
|
|
|
|
# ASL 2.0 or Boost
|
|
|
|
# * ASL 2.0 or MIT
|
|
|
|
# MIT
|
|
|
|
# * MIT
|
|
|
|
# MIT or ASL 2.0
|
|
|
|
# * MIT or ASL 2.0
|
|
|
|
# MPLv2.0
|
|
|
|
# * MPLv2.0
|
|
|
|
# Unlicense or MIT
|
|
|
|
# * Unlicense or MIT
|
|
|
|
|
|
|
|
License: ASL 2.0 and MIT and MPLv2.0
|
|
|
|
License: ASL 2.0 and MIT and MPLv2.0
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
@ -80,6 +80,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 18 07:34:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.10.0-2
|
|
|
|
|
|
|
|
- Update indicatif to 0.15
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 25 17:04:54 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.10.0-1
|
|
|
|
* Mon May 25 17:04:54 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
|
|
|
|
|
|
|