# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate serde_qs Name: rust-serde_qs0.8 Version: 0.8.5 Release: %autorelease Summary: Querystrings for Serde # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/serde_qs Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Querystrings for Serde.} %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}+actix-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix-devel %{_description} This package contains library source intended for building other packages which use the "actix" feature of the "%{crate}" crate. %files -n %{name}+actix-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+actix-web-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix-web-devel %{_description} This package contains library source intended for building other packages which use the "actix-web" feature of the "%{crate}" crate. %files -n %{name}+actix-web-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+actix-web2-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix-web2-devel %{_description} This package contains library source intended for building other packages which use the "actix-web2" feature of the "%{crate}" crate. %files -n %{name}+actix-web2-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+actix2-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix2-devel %{_description} This package contains library source intended for building other packages which use the "actix2" feature of the "%{crate}" crate. %files -n %{name}+actix2-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+futures-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+futures-devel %{_description} This package contains library source intended for building other packages which use the "futures" feature of the "%{crate}" crate. %files -n %{name}+futures-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tracing-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tracing-devel %{_description} This package contains library source intended for building other packages which use the "tracing" feature of the "%{crate}" crate. %files -n %{name}+tracing-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+warp-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+warp-devel %{_description} This package contains library source intended for building other packages which use the "warp" feature of the "%{crate}" crate. %files -n %{name}+warp-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+warp-framework-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+warp-framework-devel %{_description} This package contains library source intended for building other packages which use the "warp-framework" feature of the "%{crate}" crate. %files -n %{name}+warp-framework-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