|
|
|
@ -1,24 +1,21 @@
|
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# * missing dev-dependencies: metrohash
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate im-rc
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Name: rust-im-rc
|
|
|
|
|
Version: 15.1.0
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Immutable collection datatypes (the fast but not thread safe version)
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MPL-2.0+
|
|
|
|
|
License: MPLv2.0
|
|
|
|
|
License: MPL-2.0+
|
|
|
|
|
URL: https://crates.io/crates/im-rc
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * drop optional "pool" feature with missing "refpool" dependency
|
|
|
|
|
Patch0: im-rc-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
Patch: im-rc-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|