# Generated by rust2rpm 17 %bcond_without check %global debug_package %{nil} %global crate dashmap Name: rust-%{crate} Version: 4.0.2 Release: 2%{?dist} Summary: Blazing fast concurrent HashMap for Rust # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/dashmap Source: %{crates_source} ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Blazing fast concurrent HashMap for Rust.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE %doc README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+raw-api-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+raw-api-devel %{_description} This package contains library source intended for building other packages which use "raw-api" feature of "%{crate}" crate. %files -n %{name}+raw-api-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+rayon-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rayon-devel %{_description} This package contains library source intended for building other packages which use "rayon" feature of "%{crate}" crate. %files -n %{name}+rayon-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use "serde" feature of "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Fri Jul 23 2021 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Apr 20 2021 Fabio Valentini - 4.0.2-1 - Update to version 4.0.2. * Wed Jan 27 2021 Fedora Release Engineering - 3.11.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Sep 28 2020 Fabio Valentini - 3.11.10-1 - Update to version 3.11.10. * Sat Aug 01 2020 Fedora Release Engineering - 3.11.7-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 3.11.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Josh Stone - 3.11.7-1 - Update to 3.11.7 * Sat Jun 06 2020 Josh Stone - 3.11.4-1 - Update to 3.11.4 * Tue May 26 2020 Josh Stone - 3.11.2-1 - Update to 3.11.2 * Sun Apr 19 11:55:54 CEST 2020 Igor Raits - 3.11.1-1 - Update to 3.11.1 * Thu Apr 09 2020 Josh Stone - 3.11.0-1 - Update to 3.11.0 * Wed Apr 08 2020 Josh Stone - 3.10.0-1 - Update to 3.10.0 * Wed Apr 01 2020 Josh Stone - 3.9.1-1 - Update to 3.9.1 * Sat Mar 21 17:22:43 CET 2020 Igor Raits - 3.7.0-1 - Initial package