# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate wasmer-vfs Name: rust-wasmer-vfs Version: 3.1.1 Release: %autorelease Summary: Wasmer Virtual FileSystem License: MIT URL: https://crates.io/crates/wasmer-vfs Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Wasmer Virtual FileSystem.} %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 %{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}+anyhow-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+anyhow-devel %{_description} This package contains library source intended for building other packages which use the "anyhow" feature of the "%{crate}" crate. %files -n %{name}+anyhow-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}+host-fs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+host-fs-devel %{_description} This package contains library source intended for building other packages which use the "host-fs" feature of the "%{crate}" crate. %files -n %{name}+host-fs-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+libc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libc-devel %{_description} This package contains library source intended for building other packages which use the "libc" feature of the "%{crate}" crate. %files -n %{name}+libc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+mem-fs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+mem-fs-devel %{_description} This package contains library source intended for building other packages which use the "mem-fs" feature of the "%{crate}" crate. %files -n %{name}+mem-fs-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+no-time-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+no-time-devel %{_description} This package contains library source intended for building other packages which use the "no-time" feature of the "%{crate}" crate. %files -n %{name}+no-time-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}+slab-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+slab-devel %{_description} This package contains library source intended for building other packages which use the "slab" feature of the "%{crate}" crate. %files -n %{name}+slab-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+static-fs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+static-fs-devel %{_description} This package contains library source intended for building other packages which use the "static-fs" feature of the "%{crate}" crate. %files -n %{name}+static-fs-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+typetag-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+typetag-devel %{_description} This package contains library source intended for building other packages which use the "typetag" feature of the "%{crate}" crate. %files -n %{name}+typetag-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+webc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+webc-devel %{_description} This package contains library source intended for building other packages which use the "webc" feature of the "%{crate}" crate. %files -n %{name}+webc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+webc-fs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+webc-fs-devel %{_description} This package contains library source intended for building other packages which use the "webc-fs" feature of the "%{crate}" crate. %files -n %{name}+webc-fs-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