|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm-9-1.fc30
|
|
|
|
|
%bcond_with check
|
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate num-iter
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.39
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: External iterators for generic mathematics
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -15,16 +15,21 @@ URL: https://crates.io/crates/num-iter
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
|
BuildRequires: (crate(autocfg/default) >= 0.1.3 with crate(autocfg/default) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(num-integer) >= 0.1.38 with crate(num-integer) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(num-integer/std) >= 0.1.38 with crate(num-integer/std) < 0.2.0)
|
|
|
|
|
BuildRequires: (crate(num-traits) >= 0.2.4 with crate(num-traits) < 0.3.0)
|
|
|
|
|
BuildRequires: (crate(num-traits/std) >= 0.2.4 with crate(num-traits/std) < 0.3.0)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
External iterators for generic mathematics.
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
External iterators for generic mathematics.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -94,6 +99,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 09 14:55:40 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.39-2
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2019 Josh Stone <jistone@redhat.com> - 0.1.39-1
|
|
|
|
|
- Update to 0.1.39
|
|
|
|
|
|
|
|
|
|