|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
|
%bcond check 1
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate event-listener-strategy
|
|
|
|
|
|
|
|
|
|
Name: rust-event-listener-strategy
|
|
|
|
|
Version: 0.5.3
|
|
|
|
|
Version: 0.4.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Block or poll on event_listener easily
|
|
|
|
|
|
|
|
|
@ -14,9 +14,6 @@ URL: https://crates.io/crates/event-listener-strategy
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Automatically generated patch to strip dependencies and normalize metadata
|
|
|
|
|
Patch: event-listener-strategy-fix-metadata-auto.diff
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * drop feature for unsupported loom permutation testing framework
|
|
|
|
|
Patch: event-listener-strategy-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|