# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate cap-fs-ext Name: rust-cap-fs-ext Version: 3.4.1 Release: %autorelease Summary: Extension traits for Dir, File, etc License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT URL: https://crates.io/crates/cap-fs-ext Source: %{crates_source} # Automatically generated patch to strip dependencies and normalize metadata Patch: cap-fs-ext-fix-metadata-auto.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Extension traits for `Dir`, `File`, etc.} %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}/COPYRIGHT %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-Apache-2.0_WITH_LLVM-exception %license %{crate_instdir}/LICENSE-MIT %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}+arf-strings-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+arf-strings-devel %{_description} This package contains library source intended for building other packages which use the "arf-strings" feature of the "%{crate}" crate. %files -n %{name}+arf-strings-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+arf_strings-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+arf_strings-devel %{_description} This package contains library source intended for building other packages which use the "arf_strings" feature of the "%{crate}" crate. %files -n %{name}+arf_strings-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+async-std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+async-std-devel %{_description} This package contains library source intended for building other packages which use the "async-std" feature of the "%{crate}" crate. %files -n %{name}+async-std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+async-trait-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+async-trait-devel %{_description} This package contains library source intended for building other packages which use the "async-trait" feature of the "%{crate}" crate. %files -n %{name}+async-trait-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+async_std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+async_std-devel %{_description} This package contains library source intended for building other packages which use the "async_std" feature of the "%{crate}" crate. %files -n %{name}+async_std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+async_std_arf_strings-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+async_std_arf_strings-devel %{_description} This package contains library source intended for building other packages which use the "async_std_arf_strings" feature of the "%{crate}" crate. %files -n %{name}+async_std_arf_strings-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+async_std_fs_utf8-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+async_std_fs_utf8-devel %{_description} This package contains library source intended for building other packages which use the "async_std_fs_utf8" feature of the "%{crate}" crate. %files -n %{name}+async_std_fs_utf8-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+camino-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+camino-devel %{_description} This package contains library source intended for building other packages which use the "camino" feature of the "%{crate}" crate. %files -n %{name}+camino-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+cap-async-std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+cap-async-std-devel %{_description} This package contains library source intended for building other packages which use the "cap-async-std" feature of the "%{crate}" crate. %files -n %{name}+cap-async-std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+cap-std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+cap-std-devel %{_description} This package contains library source intended for building other packages which use the "cap-std" feature of the "%{crate}" crate. %files -n %{name}+cap-std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+fs_utf8-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+fs_utf8-devel %{_description} This package contains library source intended for building other packages which use the "fs_utf8" feature of the "%{crate}" crate. %files -n %{name}+fs_utf8-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 %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