# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate shellexpand Name: rust-shellexpand Version: 3.1.0 Release: %autorelease Summary: Shell-like expansions in strings # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/shellexpand Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: Shell-like expansions in strings.} %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}/LICENSE-APACHE %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}+base-0-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+base-0-devel %{_description} This package contains library source intended for building other packages which use the "base-0" feature of the "%{crate}" crate. %files -n %{name}+base-0-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+bstr-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+bstr-devel %{_description} This package contains library source intended for building other packages which use the "bstr" feature of the "%{crate}" crate. %files -n %{name}+bstr-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+dirs-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+dirs-devel %{_description} This package contains library source intended for building other packages which use the "dirs" feature of the "%{crate}" crate. %files -n %{name}+dirs-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+full-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+full-devel %{_description} This package contains library source intended for building other packages which use the "full" feature of the "%{crate}" crate. %files -n %{name}+full-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+full-msrv-1-31-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+full-msrv-1-31-devel %{_description} This package contains library source intended for building other packages which use the "full-msrv-1-31" feature of the "%{crate}" crate. %files -n %{name}+full-msrv-1-31-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+full-msrv-1-51-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+full-msrv-1-51-devel %{_description} This package contains library source intended for building other packages which use the "full-msrv-1-51" feature of the "%{crate}" crate. %files -n %{name}+full-msrv-1-51-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+os_str_bytes-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+os_str_bytes-devel %{_description} This package contains library source intended for building other packages which use the "os_str_bytes" feature of the "%{crate}" crate. %files -n %{name}+os_str_bytes-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+path-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+path-devel %{_description} This package contains library source intended for building other packages which use the "path" feature of the "%{crate}" crate. %files -n %{name}+path-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tilde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tilde-devel %{_description} This package contains library source intended for building other packages which use the "tilde" feature of the "%{crate}" crate. %files -n %{name}+tilde-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