|
|
@ -1,24 +1,11 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
%bcond_without check
|
|
|
|
## 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 debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
# prevent executables from being installed
|
|
|
|
|
|
|
|
%global cargo_install_bin 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global crate snapbox
|
|
|
|
%global crate snapbox
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-snapbox
|
|
|
|
Name: rust-snapbox
|
|
|
|
Version: 0.6.21
|
|
|
|
Version: 0.4.16
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Snapshot testing toolbox
|
|
|
|
Summary: Snapshot testing toolbox
|
|
|
|
|
|
|
|
|
|
|
@ -27,8 +14,11 @@ URL: https://crates.io/crates/snapbox
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Automatically generated patch to strip dependencies and normalize metadata
|
|
|
|
# Automatically generated patch to strip dependencies and normalize metadata
|
|
|
|
Patch: snapbox-fix-metadata-auto.diff
|
|
|
|
Patch: snapbox-fix-metadata-auto.diff
|
|
|
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
|
|
|
# * prevent test-only snap-fixture binary from being built and shipped
|
|
|
|
|
|
|
|
Patch: snapbox-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 26
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Snapshot testing toolbox.}
|
|
|
|
Snapshot testing toolbox.}
|
|
|
@ -134,18 +124,6 @@ use the "diff" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+diff-devel
|
|
|
|
%files -n %{name}+diff-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+dir-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+dir-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "dir" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+dir-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+document-features-devel
|
|
|
|
%package -n %{name}+document-features-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -170,40 +148,40 @@ use the "examples" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+examples-devel
|
|
|
|
%files -n %{name}+examples-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+json-devel
|
|
|
|
%package -n %{name}+harness-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+json-devel %{_description}
|
|
|
|
%description -n %{name}+harness-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "json" feature of the "%{crate}" crate.
|
|
|
|
use the "harness" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+json-devel
|
|
|
|
%files -n %{name}+harness-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+path-devel
|
|
|
|
%package -n %{name}+json-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+path-devel %{_description}
|
|
|
|
%description -n %{name}+json-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "path" feature of the "%{crate}" crate.
|
|
|
|
use the "json" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+path-devel
|
|
|
|
%files -n %{name}+json-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+regex-devel
|
|
|
|
%package -n %{name}+path-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+regex-devel %{_description}
|
|
|
|
%description -n %{name}+path-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "regex" feature of the "%{crate}" crate.
|
|
|
|
use the "path" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+regex-devel
|
|
|
|
%files -n %{name}+path-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+structured-data-devel
|
|
|
|
%package -n %{name}+structured-data-devel
|
|
|
@ -218,18 +196,6 @@ use the "structured-data" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+structured-data-devel
|
|
|
|
%files -n %{name}+structured-data-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+term-svg-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+term-svg-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "term-svg" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+term-svg-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
@ -249,46 +215,4 @@ use the "term-svg" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
%autochangelog
|
|
|
|
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 0.6.21-1
|
|
|
|
|
|
|
|
- Update to version 0.6.21; Fixes RHBZ#2332705
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.6.20-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.20-1
|
|
|
|
|
|
|
|
- Update to version 0.6.20; Fixes RHBZ#2322525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.18-1
|
|
|
|
|
|
|
|
- Update to version 0.6.18; Fixes RHBZ#2316413
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.17-1
|
|
|
|
|
|
|
|
- Update to version 0.6.17; Fixes RHBZ#2305034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.16-1
|
|
|
|
|
|
|
|
- Update to version 0.6.16; Fixes RHBZ#2296998
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.10-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.10-1
|
|
|
|
|
|
|
|
- Update to version 0.6.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.9-1
|
|
|
|
|
|
|
|
- Update to version 0.6.9; Fixes RHBZ#2263408
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.7-1
|
|
|
|
|
|
|
|
- Update to version 0.6.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.16-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.16-1
|
|
|
|
|
|
|
|
- Update to version 0.4.16; Fixes RHBZ#2258000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.15-1
|
|
|
|
|
|
|
|
- Update to version 0.4.15; Fixes RHBZ#2253694
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.14-1
|
|
|
|
|
|
|
|
- Initial import (#2246008)
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|