# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate wasm-bindgen Name: rust-wasm-bindgen Version: 0.2.88 Release: %autorelease Summary: Easy support for interacting between JS and Rust # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/wasm-bindgen Source: %{crates_source} # Automatically generated patch to strip dependencies and normalize metadata Patch: wasm-bindgen-fix-metadata-auto.diff # Removed feature 'gg-alloc' which requires a circular dependency Patch: wasm-bindgen-fix-circular-dep.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Easy support for interacting between JS and Rust.} %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}/CHANGELOG.md %doc %{crate_instdir}/CONTRIBUTING.md %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}+enable-interning-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+enable-interning-devel %{_description} This package contains library source intended for building other packages which use the "enable-interning" feature of the "%{crate}" crate. %files -n %{name}+enable-interning-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-serialize-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-serialize-devel %{_description} This package contains library source intended for building other packages which use the "serde-serialize" feature of the "%{crate}" crate. %files -n %{name}+serde-serialize-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde_json-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_json-devel %{_description} This package contains library source intended for building other packages which use the "serde_json" feature of the "%{crate}" crate. %files -n %{name}+serde_json-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}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-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 %endif %changelog %autochangelog