# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate wasmer-vm Name: rust-wasmer-vm2 Version: 2.3.0 Release: %autorelease Summary: Runtime library support for Wasmer License: MIT OR Apache-2.0 WITH LLVM-exception URL: https://crates.io/crates/wasmer-vm Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: wasmer-vm-fix-metadata-auto.diff BuildRequires: rust-packaging >= 21 %global _description %{expand: Runtime library support for Wasmer.} %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}+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}+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 %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