## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## 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 google-cloud-storage Name: rust-google-cloud-storage Version: 0.23.0 Release: %autorelease Summary: Google Cloud Platform storage client library License: MIT URL: https://crates.io/crates/google-cloud-storage Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Google Cloud Platform storage client library.} %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 %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}+auth-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+auth-devel %{_description} This package contains library source intended for building other packages which use the "auth" feature of the "%{crate}" crate. %files -n %{name}+auth-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+default-tls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-tls-devel %{_description} This package contains library source intended for building other packages which use the "default-tls" feature of the "%{crate}" crate. %files -n %{name}+default-tls-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+external-account-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+external-account-devel %{_description} This package contains library source intended for building other packages which use the "external-account" feature of the "%{crate}" crate. %files -n %{name}+external-account-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+google-cloud-auth-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+google-cloud-auth-devel %{_description} This package contains library source intended for building other packages which use the "google-cloud-auth" feature of the "%{crate}" crate. %files -n %{name}+google-cloud-auth-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+google-cloud-metadata-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+google-cloud-metadata-devel %{_description} This package contains library source intended for building other packages which use the "google-cloud-metadata" feature of the "%{crate}" crate. %files -n %{name}+google-cloud-metadata-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+hickory-dns-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+hickory-dns-devel %{_description} This package contains library source intended for building other packages which use the "hickory-dns" feature of the "%{crate}" crate. %files -n %{name}+hickory-dns-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rustls-tls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rustls-tls-devel %{_description} This package contains library source intended for building other packages which use the "rustls-tls" feature of the "%{crate}" crate. %files -n %{name}+rustls-tls-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+trace-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+trace-devel %{_description} This package contains library source intended for building other packages which use the "trace" feature of the "%{crate}" crate. %files -n %{name}+trace-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 # * skip tests that require internet access and valid authentication tokens %cargo_test -- --doc %endif %changelog ## START: Generated by rpmautospec * Tue Jan 28 2025 Ankur Sinha (Ankur Sinha Gmail) - 0.23.0-1 - feat: update to 0.23.0 (fixes rh#2328843) * Sun Jan 19 2025 Fedora Release Engineering - 0.22.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Nov 12 2024 Benjamin A. Beasley - 0.22.1-2 - Allow reqwest-middleware 0.4 and reqwest-retry 0.7 * Wed Oct 23 2024 Ankur Sinha (Ankur Sinha Gmail) - 0.22.1-1 - init: initial import (fixes rh#2307668) ## END: Generated by rpmautospec