# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate linked-hash-map Name: rust-linked-hash-map0.3 Version: 0.3.0 Release: %autorelease Summary: HashMap wrapper that holds key-value pairs in insertion order # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/linked-hash-map Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A HashMap wrapper that holds key-value pairs in insertion order.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/README.md %{crate_instdir}/ %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 the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+clippy-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+clippy-devel %{_description} This package contains library source intended for building other packages which use the "clippy" feature of the "%{crate}" crate. %files -n %{name}+clippy-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+nightly-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+nightly-devel %{_description} This package contains library source intended for building other packages which use the "nightly" feature of the "%{crate}" crate. %files -n %{name}+nightly-devel %ghost %{crate_instdir}/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 the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde_impl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_impl-devel %{_description} This package contains library source intended for building other packages which use the "serde_impl" feature of the "%{crate}" crate. %files -n %{name}+serde_impl-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde_test-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_test-devel %{_description} This package contains library source intended for building other packages which use the "serde_test" feature of the "%{crate}" crate. %files -n %{name}+serde_test-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test -- --all-targets -- --skip 'LinkedHashMap::keys' --skip 'LinkedHashMap::values' --skip test_into_iter_drop %endif %changelog %autochangelog