|
|
|
@ -1,23 +1,18 @@
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# * chashmap, cht and contrie are not packaged
|
|
|
|
|
%bcond_with check
|
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate dashmap
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 3.11.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 4.0.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Blazing fast concurrent HashMap for Rust
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://crates.io/crates/dashmap
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * Bump ahash from 0.3.8 to 0.4.4 (matching hashbrown 0.9.1)
|
|
|
|
|
# * Bump hashbrown from 0.8.0 to 0.9.0
|
|
|
|
|
Patch0: dashmap-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
@ -57,40 +52,28 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+hashbrown-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+hashbrown-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "hashbrown" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+hashbrown-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+no_std-devel
|
|
|
|
|
%package -n %{name}+raw-api-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+no_std-devel %{_description}
|
|
|
|
|
%description -n %{name}+raw-api-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "no_std" feature of "%{crate}" crate.
|
|
|
|
|
which use "raw-api" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+no_std-devel
|
|
|
|
|
%files -n %{name}+raw-api-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+raw-api-devel
|
|
|
|
|
%package -n %{name}+rayon-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+raw-api-devel %{_description}
|
|
|
|
|
%description -n %{name}+rayon-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "raw-api" feature of "%{crate}" crate.
|
|
|
|
|
which use "rayon" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+raw-api-devel
|
|
|
|
|
%files -n %{name}+rayon-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
|
@ -124,6 +107,9 @@ which use "serde" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 20 2021 Fabio Valentini <decathorpe@gmail.com> - 4.0.2-1
|
|
|
|
|
- Update to version 4.0.2.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|