## 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 22 %bcond_without check %global debug_package %{nil} %global crate serde_qs Name: rust-serde_qs Version: 0.15.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-serde_with-dev-dependency-to-version-3.x.patch Patch: 0002-Update-csv-dev-dependency-to-version-1.3.patch ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 %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-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}+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}+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_no_tilde} -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 16 2025 Sergio Correia - 0.15.0-1 - Uncommitted changes * Fri Jul 21 2023 Fedora Release Engineering - 0.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Aug 11 2022 Fabio Valentini - 0.10.1-1 - Update to version 0.10.1; Fixes RHBZ#2105735 * Sat Jul 23 2022 Fedora Release Engineering - 0.9.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Fabio Valentini - 0.9.2-3 - Adaptations for the update to actix-web 4 * Mon May 09 2022 Jan Baudisch - 0.9.2-2 - add rust2rpm config * Mon May 09 2022 Jan Baudisch - 0.9.2-1 - Initial import (fedora#2065451). ## END: Generated by rpmautospec