## START: Set by rpmautospec ## (rpmautospec version 0.8.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 28 %bcond check 1 %global debug_package %{nil} # prevent executables from being installed %global cargo_install_bin 0 %global crate trycmd Name: rust-trycmd Version: 1.2.0 Release: %autorelease Summary: Snapshot testing for a herd of CLI tests License: MIT OR Apache-2.0 URL: https://crates.io/crates/trycmd Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 26 %global _description %{expand: Snapshot testing for a herd of CLI tests.} %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}+color-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+color-devel %{_description} This package contains library source intended for building other packages which use the "color" feature of the "%{crate}" crate. %files -n %{name}+color-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+color-auto-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+color-auto-devel %{_description} This package contains library source intended for building other packages which use the "color-auto" feature of the "%{crate}" crate. %files -n %{name}+color-auto-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+debug-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+debug-devel %{_description} This package contains library source intended for building other packages which use the "debug" feature of the "%{crate}" crate. %files -n %{name}+debug-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+diff-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+diff-devel %{_description} This package contains library source intended for building other packages which use the "diff" feature of the "%{crate}" crate. %files -n %{name}+diff-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+escargot-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+escargot-devel %{_description} This package contains library source intended for building other packages which use the "escargot" feature of the "%{crate}" crate. %files -n %{name}+escargot-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+examples-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+examples-devel %{_description} This package contains library source intended for building other packages which use the "examples" feature of the "%{crate}" crate. %files -n %{name}+examples-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+filesystem-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+filesystem-devel %{_description} This package contains library source intended for building other packages which use the "filesystem" feature of the "%{crate}" crate. %files -n %{name}+filesystem-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+schema-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+schema-devel %{_description} This package contains library source intended for building other packages which use the "schema" feature of the "%{crate}" crate. %files -n %{name}+schema-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires -f schema %build %cargo_build -f schema %install %cargo_install -f schema %if %{with check} %check %cargo_test -f schema %endif %changelog ## START: Generated by rpmautospec * Mon Mar 30 2026 Fabio Valentini - 1.2.0-1 - Update to version 1.2.0; Fixes RHBZ#2450433 * Wed Mar 18 2026 Fabio Valentini - 1.1.1-1 - Update to version 1.1.1; Fixes RHBZ#2446288 * Sat Mar 07 2026 Fabio Valentini - 1.0.1-1 - Update to version 1.0.1; Fixes RHBZ#2444233 * Mon Feb 16 2026 Fabio Valentini - 1.0.0-1 - Update to version 1.0.0; Fixes RHBZ#2439052 * Sat Jan 17 2026 Fedora Release Engineering - 0.15.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Wed Jan 14 2026 Benjamin A. Beasley - 0.15.11-2 - Allow toml_edit 0.24 * Thu Dec 11 2025 Fabio Valentini - 0.15.11-1 - Update to version 0.15.11; Fixes RHBZ#2415528 * Sat Jul 26 2025 Fabio Valentini - 0.15.10-1 - Update to version 0.15.10; Fixes RHBZ#2379392 * Fri Jul 25 2025 Fedora Release Engineering - 0.15.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Feb 25 2025 Fabio Valentini - 0.15.9-1 - Update to version 0.15.9; Fixes RHBZ#2345250 * Sun Jan 19 2025 Fedora Release Engineering - 0.15.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Nov 09 2024 Fabio Valentini - 0.15.8-1 - Update to version 0.15.8; Fixes RHBZ#2322529 * Wed Sep 18 2024 Fabio Valentini - 0.15.7-1 - Update to version 0.15.7; Fixes RHBZ#2308208 * Sun Aug 04 2024 Fabio Valentini - 0.15.6-1 - Update to version 0.15.6; Fixes RHBZ#2299496 * Sat Jul 20 2024 Fedora Release Engineering - 0.15.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jun 04 2024 Fabio Valentini - 0.15.4-1 - Update to version 0.15.4; Fixes RHBZ#2263386 * Sat Jan 27 2024 Fedora Release Engineering - 0.14.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 13 2024 Fabio Valentini - 0.14.20-1 - Update to version 0.14.20; Fixes RHBZ#2258003 * Thu Nov 23 2023 Fabio Valentini - 0.14.19-1 - Initial import (#2246013) ## END: Generated by rpmautospec