# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate wasm-bindgen-macro Name: rust-wasm-bindgen-macro Version: 0.2.88 Release: %autorelease Summary: Definition of the #[wasm_bindgen] attribute, an internal dependency License: MIT OR Apache-2.0 URL: https://crates.io/crates/wasm-bindgen-macro Source: %{crates_source} # Removed circular dev dependencies Patch: wasm-bindgen-macro-fix-circular-dep.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Definition of the `#[wasm_bindgen]` attribute, an internal dependency.} %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}+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 %package -n %{name}+xxx_debug_only_print_generated_code-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+xxx_debug_only_print_generated_code-devel %{_description} This package contains library source intended for building other packages which use the "xxx_debug_only_print_generated_code" feature of the "%{crate}" crate. %files -n %{name}+xxx_debug_only_print_generated_code-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 ui %endif %changelog %autochangelog