|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate hashbrown
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.9.1
|
|
|
|
|
Version: 0.11.2
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Rust port of Google's SwissTable hash map
|
|
|
|
|
|
|
|
|
@ -14,8 +14,8 @@ License: ASL 2.0 or MIT
|
|
|
|
|
URL: https://crates.io/crates/hashbrown
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * No locked dependencies
|
|
|
|
|
# * Drop dependencies on compiler internals
|
|
|
|
|
# * drop dependencies on compiler internals
|
|
|
|
|
# * drop nightly-only features
|
|
|
|
|
Patch0: hashbrown-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -40,7 +40,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
@ -80,6 +80,18 @@ which use "ahash-compile-time-rng" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+ahash-compile-time-rng-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+bumpalo-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+bumpalo-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "bumpalo" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+bumpalo-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+inline-more-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|