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

@ -1,13 +1,12 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate rand_xorshift
Name: rust-%{crate}
Version: 0.1.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Xorshift random number generator
# Upstream license specification: MIT/Apache-2.0
@ -16,15 +15,20 @@ URL: https://crates.io/crates/rand_xorshift
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(rand_core) >= 0.2.0 with crate(rand_core) < 0.4.0)
%if %{with check}
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
%endif
%endif
%global _description \
Xorshift random number generator.
%global _description %{expand:
Xorshift random number generator.}
%description %{_description}
@ -106,6 +110,9 @@ which use "serde_derive" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 15:08:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-4
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-3
- Do not pull optional dependencies

Loading…
Cancel
Save