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

@ -1,12 +1,12 @@
# Generated by rust2rpm # Generated by rust2rpm 9
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crossbeam-channel %global crate crossbeam-channel
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.8 Version: 0.3.8
Release: 3%{?dist} Release: 4%{?dist}
Summary: Multi-producer multi-consumer channels for message passing Summary: Multi-producer multi-consumer channels for message passing
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,17 +15,22 @@ URL: https://crates.io/crates/crossbeam-channel
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(crossbeam-utils/default) >= 0.6.5 with crate(crossbeam-utils/default) < 0.7.0) BuildRequires: (crate(crossbeam-utils/default) >= 0.6.5 with crate(crossbeam-utils/default) < 0.7.0)
BuildRequires: (crate(smallvec/default) >= 0.6.2 with crate(smallvec/default) < 0.7.0) BuildRequires: (crate(smallvec/default) >= 0.6.2 with crate(smallvec/default) < 0.7.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
BuildRequires: (crate(signal-hook/default) >= 0.1.5 with crate(signal-hook/default) < 0.2.0) BuildRequires: (crate(signal-hook/default) >= 0.1.5 with crate(signal-hook/default) < 0.2.0)
%endif %endif
%endif
%global _description \ %global _description %{expand:
Multi-producer multi-consumer channels for message passing, Multi-producer multi-consumer channels for message passing.}
%description %{_description} %description %{_description}
@ -71,6 +76,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 00:00:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.8-4
- Regenerate
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.8-3 * Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.8-3
- Run tests in infrastructure - Run tests in infrastructure

Loading…
Cancel
Save