You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rd-hashd/rust-rd-hashd.spec

66 lines
1.5 KiB

# Generated by rust2rpm 24
%bcond_without check
%global crate rd-hashd
Name: rust-rd-hashd
Version: 2.1.2
Release: %autorelease
Summary: Latency-sensitive pseudo workload for resctl-demo
License: Apache-2.0
URL: https://crates.io/crates/rd-hashd
Source: %{crates_source}
# hashd: build fix for 32bit archs
Patch0: https://github.com/facebookexperimental/resctl-demo/commit/dbe5735bdf005a24e54dd19559016a59f6f43536.patch
BuildRequires: rust-packaging >= 23
%global _description %{expand:
Latency-sensitive pseudo workload for resctl-demo.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# Apache-2.0
# Apache-2.0 OR BSL-1.0
# BSD-3-Clause
# MIT
# MIT OR Apache-2.0
# Unlicense OR MIT
License: Apache-2.0 AND BSD-3-Clause AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0) AND (Unlicense OR MIT)
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%license LICENSE.dependencies
%doc README.md
%{_bindir}/rd-hashd
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p2
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog