# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate checkers Name: rust-checkers Version: 0.6.3 Release: %autorelease Summary: Sanity checker for global allocations # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/checkers Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A sanity checker for global allocations.} %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}+backtrace-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+backtrace-devel %{_description} This package contains library source intended for building other packages which use the "backtrace" feature of the "%{crate}" crate. %files -n %{name}+backtrace-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+checkers-macros-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+checkers-macros-devel %{_description} This package contains library source intended for building other packages which use the "checkers-macros" feature of the "%{crate}" crate. %files -n %{name}+checkers-macros-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+fxhash-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+fxhash-devel %{_description} This package contains library source intended for building other packages which use the "fxhash" feature of the "%{crate}" crate. %files -n %{name}+fxhash-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+macros-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+macros-devel %{_description} This package contains library source intended for building other packages which use the "macros" feature of the "%{crate}" crate. %files -n %{name}+macros-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+realloc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+realloc-devel %{_description} This package contains library source intended for building other packages which use the "realloc" feature of the "%{crate}" crate. %files -n %{name}+realloc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+zeroed-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+zeroed-devel %{_description} This package contains library source intended for building other packages which use the "zeroed" feature of the "%{crate}" crate. %files -n %{name}+zeroed-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