# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate wasm-bindgen-backend Name: rust-%{crate} Version: 0.2.63 Release: 1%{?dist} Summary: Backend code generation of the wasm-bindgen tool # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/wasm-bindgen-backend Source: %{crates_source} ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Backend code generation of the wasm-bindgen tool.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-MIT %{cargo_registry}/%{crate}-%{version_no_tilde}/ %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 "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "extra-traits" feature of "%{crate}" crate. %files -n %{name}+extra-traits-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 "spans" feature of "%{crate}" crate. %files -n %{name}+spans-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Thu Jun 25 11:45:06 EEST 2020 Artem Polishchuk - 0.2.63-1 - Initial package