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

@ -1,4 +1,4 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.0 Version: 0.2.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Xoshiro, xoroshiro and splitmix64 random number generators Summary: Xoshiro, xoroshiro and splitmix64 random number generators
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -20,14 +20,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(byteorder) >= 1.0.0 with crate(byteorder) < 2.0.0)
BuildRequires: (crate(rand_core/default) >= 0.4.0 with crate(rand_core/default) < 0.5.0)
%if %{with check}
BuildRequires: (crate(bincode/default) >= 1.0.0 with crate(bincode/default) < 2.0.0)
BuildRequires: (crate(rand) >= 0.6.0 with crate(rand) < 0.7.0)
%endif
%endif
%global _description %{expand: %global _description %{expand:
Xoshiro, xoroshiro and splitmix64 random number generators.} Xoshiro, xoroshiro and splitmix64 random number generators.}
@ -100,6 +92,9 @@ which use "serde_derive" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -112,6 +107,9 @@ which use "serde_derive" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 20 16:45:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-3
- Regenerate
* Sun Jun 09 17:05:21 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-2 * Sun Jun 09 17:05:21 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-2
- Regenerate - Regenerate

Loading…
Cancel
Save