|
|
@ -1,11 +1,10 @@
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
# Generated by rust2rpm 20
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global __cargo_skip_build 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global crate hyperfine
|
|
|
|
%global crate hyperfine
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.11.0
|
|
|
|
Version: 1.12.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Command-line benchmarking tool
|
|
|
|
Summary: Command-line benchmarking tool
|
|
|
|
|
|
|
|
|
|
|
@ -14,8 +13,7 @@ License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/hyperfine
|
|
|
|
URL: https://crates.io/crates/hyperfine
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows
|
|
|
|
# * drop windows-specific dependencies
|
|
|
|
# * Bump approx from 0.3 to 0.5
|
|
|
|
|
|
|
|
Patch0: hyperfine-fix-metadata.diff
|
|
|
|
Patch0: hyperfine-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -35,13 +33,13 @@ Summary: %{summary}
|
|
|
|
# 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: MIT and MPLv2.0 and (ASL 2.0 or Boost)
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
%description -n %{crate} %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{crate}
|
|
|
|
%files -n %{crate}
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
%{_bindir}/hyperfine
|
|
|
|
%{_bindir}/hyperfine
|
|
|
|
%{_mandir}/man1/hyperfine.1*
|
|
|
|
%{_mandir}/man1/hyperfine.1*
|
|
|
|
%dir %{_datadir}/bash-completion
|
|
|
|
%dir %{_datadir}/bash-completion
|
|
|
|