|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate flume
|
|
|
|
%global crate flume
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-flume
|
|
|
|
Name: rust-flume
|
|
|
|
Version: 0.10.14
|
|
|
|
Version: 0.11.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Blazingly fast multi-producer channel
|
|
|
|
Summary: Blazingly fast multi-producer channel
|
|
|
|
|
|
|
|
|
|
|
@ -16,12 +16,10 @@ Source: %{crates_source}
|
|
|
|
# Remove criterion dev dependency
|
|
|
|
# Remove criterion dev dependency
|
|
|
|
Patch: rust-flume-criterion.patch
|
|
|
|
Patch: rust-flume-criterion.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Blazingly fast multi-producer channel.}
|
|
|
|
A blazingly fast multi-producer channel.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -113,18 +111,6 @@ use the "nanorand" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+nanorand-devel
|
|
|
|
%files -n %{name}+nanorand-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+pin-project-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+pin-project-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "pin-project" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+pin-project-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+select-devel
|
|
|
|
%package -n %{name}+select-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|