# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate wasmer-compiler Name: rust-wasmer-compiler2 Version: 2.3.0 Release: %autorelease Summary: Base compiler abstraction for Wasmer WebAssembly runtime License: MIT OR Apache-2.0 WITH LLVM-exception URL: https://crates.io/crates/wasmer-compiler Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: Base compiler abstraction for Wasmer WebAssembly runtime.} %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 # FIXME: no license files detected %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}+core-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+core-devel %{_description} This package contains library source intended for building other packages which use the "core" feature of the "%{crate}" crate. %files -n %{name}+core-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+enable-rkyv-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+enable-rkyv-devel %{_description} This package contains library source intended for building other packages which use the "enable-rkyv" feature of the "%{crate}" crate. %files -n %{name}+enable-rkyv-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+enable-serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+enable-serde-devel %{_description} This package contains library source intended for building other packages which use the "enable-serde" feature of the "%{crate}" crate. %files -n %{name}+enable-serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+hashbrown-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+hashbrown-devel %{_description} This package contains library source intended for building other packages which use the "hashbrown" feature of the "%{crate}" crate. %files -n %{name}+hashbrown-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rkyv-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rkyv-devel %{_description} This package contains library source intended for building other packages which use the "rkyv" feature of the "%{crate}" crate. %files -n %{name}+rkyv-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_bytes-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_bytes-devel %{_description} This package contains library source intended for building other packages which use the "serde_bytes" feature of the "%{crate}" crate. %files -n %{name}+serde_bytes-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}+translator-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+translator-devel %{_description} This package contains library source intended for building other packages which use the "translator" feature of the "%{crate}" crate. %files -n %{name}+translator-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+wasmparser-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+wasmparser-devel %{_description} This package contains library source intended for building other packages which use the "wasmparser" feature of the "%{crate}" crate. %files -n %{name}+wasmparser-devel %ghost %{crate_instdir}/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 %autochangelog