## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 27 %bcond check 1 %global debug_package %{nil} %global crate serde_qs Name: rust-serde_qs Version: 0.13.0 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} Patch: 0001-Update-dev-dependencies-to-match-Fedora-versions.patch 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}/CHANGELOG.md %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-web3-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix-web3-devel %{_description} This package contains library source intended for building other packages which use the "actix-web3" feature of the "%{crate}" crate. %files -n %{name}+actix-web3-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+actix-web4-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix-web4-devel %{_description} This package contains library source intended for building other packages which use the "actix-web4" feature of the "%{crate}" crate. %files -n %{name}+actix-web4-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}+actix3-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix3-devel %{_description} This package contains library source intended for building other packages which use the "actix3" feature of the "%{crate}" crate. %files -n %{name}+actix3-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+actix4-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+actix4-devel %{_description} This package contains library source intended for building other packages which use the "actix4" feature of the "%{crate}" crate. %files -n %{name}+actix4-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+axum-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+axum-devel %{_description} This package contains library source intended for building other packages which use the "axum" feature of the "%{crate}" crate. %files -n %{name}+axum-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+axum-framework-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+axum-framework-devel %{_description} This package contains library source intended for building other packages which use the "axum-framework" feature of the "%{crate}" crate. %files -n %{name}+axum-framework-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 ## START: Generated by rpmautospec * Thu Oct 23 2025 John Doe - 0.13.0-1 - Uncommitted changes ## END: Generated by rpmautospec