From ee32e3eff927cb8b3df2ce1a66add94281ad78df Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 15:18:14 +0300 Subject: [PATCH] import rust-debug-helper-0.3.13-3.el10 --- .gitignore | 1 + .rust-debug-helper.metadata | 1 + SOURCES/README.md | 3 + SPECS/rust-debug-helper.spec | 112 +++++++++++++++++++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-debug-helper.metadata create mode 100644 SOURCES/README.md create mode 100644 SPECS/rust-debug-helper.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f316bd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/debug-helper-0.3.13.crate diff --git a/.rust-debug-helper.metadata b/.rust-debug-helper.metadata new file mode 100644 index 0000000..d7c37be --- /dev/null +++ b/.rust-debug-helper.metadata @@ -0,0 +1 @@ +dc197d26de2f1b0277f9a8d24134603e57c6a0ec SOURCES/debug-helper-0.3.13.crate diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..9cd9227 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# rust-debug-helper + +The rust-debug-helper package \ No newline at end of file diff --git a/SPECS/rust-debug-helper.spec b/SPECS/rust-debug-helper.spec new file mode 100644 index 0000000..097cddd --- /dev/null +++ b/SPECS/rust-debug-helper.spec @@ -0,0 +1,112 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 3; + 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 26 +%bcond_without check +%global debug_package %{nil} + +%global crate debug-helper + +Name: rust-debug-helper +Version: 0.3.13 +Release: %autorelease +Summary: Declarative macros to help you implement the Debug trait manually + +License: MIT +URL: https://crates.io/crates/debug-helper +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +This crate provides declarative macros to help you implement the `Debug` +trait manually.} + +%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 + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 0.3.13-3 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sat Sep 14 2024 Orion Poplawski - 0.3.13-3 +- Update to re-reviewed spec with latest rust2rpm + +* Fri Jan 21 2022 Fedora Release Engineering - 0.3.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 18 2021 Fabio Valentini - 0.3.12-1 +- Update to version 0.3.12. +- Fixes RHBZ#1971304 + +* Wed Apr 21 2021 Fabio Valentini - 0.3.11-1 +- Update to version 0.3.11. +- Fixes RHBZ#1952082 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Josh Stone - 0.3.10-1 +- Update to 0.3.10 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed May 13 10:52:42 CEST 2020 Igor Raits - 0.3.8-1 +- Initial package + +## END: Generated by rpmautospec