|
|
@ -1,16 +1,15 @@
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
%bcond_without 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-crossbeam-channel
|
|
|
|
Version: 0.5.5
|
|
|
|
Version: 0.5.6
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Multi-producer multi-consumer channels for message passing
|
|
|
|
Summary: Multi-producer multi-consumer channels for message passing
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
|
|
|
URL: https://crates.io/crates/crossbeam-channel
|
|
|
|
URL: https://crates.io/crates/crossbeam-channel
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
@ -91,8 +90,8 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# * skip unreliable tests
|
|
|
|
# * skip unreliable tests:
|
|
|
|
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
|
|
|
|
# https://github.com/crossbeam-rs/crossbeam/pull/474#issuecomment-589250957
|
|
|
|
%cargo_test -- -- --skip fairness2 --skip select2::main
|
|
|
|
%cargo_test -- -- --skip fairness2 --skip select2::main
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|