# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate priority-queue Name: rust-priority-queue Version: 1.4.0 Release: %autorelease Summary: Priority Queue implemented as a heap with a function to efficiently change the priority of an item License: LGPL-3.0 OR MPL-2.0 URL: https://crates.io/crates/priority-queue Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.} %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}/LGPL-3.0-or-later.txt %license %{crate_instdir}/MPL-2.0.txt %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}+benchmarks-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+benchmarks-devel %{_description} This package contains library source intended for building other packages which use the "benchmarks" feature of the "%{crate}" crate. %files -n %{name}+benchmarks-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 %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 %endif %changelog %autochangelog