From 2b77c13823b34d15b5f66fd76e765bc3483f6672 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 15:23:01 +0300 Subject: [PATCH] import rust-downcast-rs-1.2.1-2.el10 --- .gitignore | 1 + .rust-downcast-rs.metadata | 1 + SPECS/rust-downcast-rs.spec | 175 ++++++++++++++++++++++++++++++++++++ 3 files changed, 177 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-downcast-rs.metadata create mode 100644 SPECS/rust-downcast-rs.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27b550a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/downcast-rs-1.2.1.crate diff --git a/.rust-downcast-rs.metadata b/.rust-downcast-rs.metadata new file mode 100644 index 0000000..a8b923e --- /dev/null +++ b/.rust-downcast-rs.metadata @@ -0,0 +1 @@ +968bdeaed49f080df794dbcecd98bb7dd6cb7c51 SOURCES/downcast-rs-1.2.1.crate diff --git a/SPECS/rust-downcast-rs.spec b/SPECS/rust-downcast-rs.spec new file mode 100644 index 0000000..ce5ecbf --- /dev/null +++ b/SPECS/rust-downcast-rs.spec @@ -0,0 +1,175 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + 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 downcast-rs + +Name: rust-downcast-rs +Version: 1.2.1 +Release: %autorelease +Summary: Trait object downcasting support using only safe Rust + +# Upstream license specification: MIT/Apache-2.0 +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/downcast-rs +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Trait object downcasting support using only safe Rust. It supports type +parameters, associated types, and type constraints.} + +%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}/CHANGELOG.md +%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}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate. + +%files -n %{name}+std-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 - 1.2.1-2 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Tue Apr 16 2024 Fabio Valentini - 1.2.1-1 +- Update to version 1.2.1; Fixes RHBZ#2273820 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.2.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.2.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed May 17 2023 Fabio Valentini - 1.2.0-10 +- Regenerate with rust2rpm v24 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 1.2.0-5 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Aug 01 2020 Fedora Release Engineering - 1.2.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Josh Stone - 1.2.0-1 +- Update to 1.2.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Nov 19 2019 Josh Stone - 1.1.1-1 +- Update to 1.1.1 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Apr 10 07:53:44 CEST 2019 Igor Gnatenko - 1.0.4-1 +- Update to 1.0.4 + +* Sat Feb 16 2019 Igor Gnatenko - 1.0.3-4 +- Adapt to new packaging + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue May 22 2018 Igor Gnatenko - 1.0.3-1 +- Update to 1.0.3 + +* Mon May 14 2018 Igor Gnatenko - 1.0.2-1 +- Update to 1.0.2 + +* Fri Mar 09 2018 Igor Gnatenko - 1.0.1-1 +- Update to 1.0.1 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 24 2018 Igor Gnatenko - 1.0.0-1 +- Initial package + +## END: Generated by rpmautospec