## 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 cargo-credential Name: rust-cargo-credential Version: 0.4.8 Release: %autorelease Summary: Library to assist writing Cargo credential helpers License: MIT OR Apache-2.0 URL: https://crates.io/crates/cargo-credential Source: %{crates_source} # Automatically generated patch to strip dependencies and normalize metadata Patch: cargo-credential-fix-metadata-auto.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A library to assist writing Cargo credential helpers.} %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 %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check # * integration tests hang indefinitely %cargo_test -- --lib %cargo_test -- --doc %endif %changelog ## START: Generated by rpmautospec * Tue Jan 14 2025 Fabio Valentini - 0.4.8-1 - Update to version 0.4.8; Fixes RHBZ#2336571 * Wed Dec 04 2024 Fabio Valentini - 0.4.7-1 - Update to version 0.4.7; Fixes RHBZ#2329360 * Fri Aug 09 2024 Fabio Valentini - 0.4.6-1 - Update to version 0.4.6; Fixes RHBZ#2299853 * Fri Jul 19 2024 Fedora Release Engineering - 0.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 24 2024 Fabio Valentini - 0.4.5-1 - Update to version 0.4.5; Fixes RHBZ#2292639 * Mon May 13 2024 Fabio Valentini - 0.4.4-1 - Update to version 0.4.4; Fixes RHBZ#2263520 * Fri Jan 26 2024 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 04 2023 Fabio Valentini - 0.4.1-1 - Update to version 0.4.1; Fixes RHBZ#2252740 * Mon Nov 13 2023 Fabio Valentini - 0.3.0-1 - Initial import (#2249210) ## END: Generated by rpmautospec