# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate wasm-bindgen-macro-support Name: rust-wasm-bindgen-macro-support Version: 0.2.88 Release: %autorelease Summary: Part of the implementation of the #[wasm_bindgen] attribute that is not in the shared backend crate License: MIT OR Apache-2.0 URL: https://crates.io/crates/wasm-bindgen-macro-support Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate.} %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 %{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}+extra-traits-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+extra-traits-devel %{_description} This package contains library source intended for building other packages which use the "extra-traits" feature of the "%{crate}" crate. %files -n %{name}+extra-traits-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+spans-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+spans-devel %{_description} This package contains library source intended for building other packages which use the "spans" feature of the "%{crate}" crate. %files -n %{name}+spans-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+strict-macro-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+strict-macro-devel %{_description} This package contains library source intended for building other packages which use the "strict-macro" feature of the "%{crate}" crate. %files -n %{name}+strict-macro-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