From 7527001465f9b9e330cc1f7d90aa90f421c68d5d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 16:10:28 +0300 Subject: [PATCH] import rust-lazy_static-1.5.0-2.el10 --- .gitignore | 1 + .rust-lazy_static.metadata | 1 + SOURCES/rust2rpm.toml | 5 + SPECS/rust-lazy_static.spec | 225 ++++++++++++++++++++++++++++++++++++ 4 files changed, 232 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-lazy_static.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-lazy_static.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bf7e48 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/lazy_static-1.5.0.crate diff --git a/.rust-lazy_static.metadata b/.rust-lazy_static.metadata new file mode 100644 index 0000000..47afa3c --- /dev/null +++ b/.rust-lazy_static.metadata @@ -0,0 +1 @@ +3190f4ab7fa92acd3d876a4c9287fcf30c593da6 SOURCES/lazy_static-1.5.0.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..d7ab58d --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,5 @@ +[tests] +skip = ["ui"] +skip-exact = true +comments = ["skip ui tests that fail to compile"] + diff --git a/SPECS/rust-lazy_static.spec b/SPECS/rust-lazy_static.spec new file mode 100644 index 0000000..debd78a --- /dev/null +++ b/SPECS/rust-lazy_static.spec @@ -0,0 +1,225 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.1) +## 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 lazy_static + +Name: rust-lazy_static +Version: 1.5.0 +Release: %autorelease +Summary: Macro for declaring lazily evaluated statics in Rust + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/lazy_static +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A macro for declaring lazily evaluated statics in Rust.} + +%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}+spin-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+spin-devel %{_description} + +This package contains library source intended for building other packages which +use the "spin" feature of the "%{crate}" crate. + +%files -n %{name}+spin-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+spin_no_std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+spin_no_std-devel %{_description} + +This package contains library source intended for building other packages which +use the "spin_no_std" feature of the "%{crate}" crate. + +%files -n %{name}+spin_no_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 +# * skip ui tests that fail to compile +%cargo_test -- -- --exact --skip ui +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 1.5.0-2 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 24 2024 Fabio Valentini - 1.5.0-1 +- Update to version 1.5.0; Fixes RHBZ#2293734 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.4.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.4.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu May 25 2023 Fabio Valentini - 1.4.0-11 +- Regenerate with rust2rpm v24 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.4.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.4.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.4.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.4.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.4.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Aug 26 05:32:55 CEST 2019 Igor Gnatenko - 1.4.0-1 +- Update to 1.4.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.3.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 19 23:19:54 CEST 2019 Igor Gnatenko - 1.3.0-5 +- Regenerate + +* Sun Jun 09 10:14:00 CEST 2019 Igor Gnatenko - 1.3.0-4 +- Regenerate + +* Sun Mar 10 2019 Igor Gnatenko - 1.3.0-3 +- Do not pull optional dependencies + +* Sat Mar 09 2019 Igor Gnatenko - 1.3.0-2 +- Bring spin back + +* Thu Feb 28 2019 Josh Stone - 1.3.0-1 +- Update to 1.3.0 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Nov 10 2018 Josh Stone - 1.2.0-1 +- Update to 1.2.0 + +* Sat Oct 27 2018 Igor Gnatenko - 1.1.0-3 +- Adapt to new packaging + +* Sun Oct 07 2018 Igor Gnatenko - 1.1.0-2 +- Run tests in infrastructure + +* Tue Aug 07 2018 Josh Stone - 1.1.0-1 +- Update to 1.1.0 + +* Sun Jul 15 2018 Igor Gnatenko - 1.0.2-1 +- Update to 1.0.2 + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue May 29 2018 Josh Stone - 1.0.1-1 +- Update to 1.0.1 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 1.0.0-2 +- Rebuild for rust-packaging v5 + +* Thu Nov 30 2017 Igor Gnatenko - 1.0.0-1 +- Update to 1.0.0 + +* Mon Nov 20 2017 Igor Gnatenko - 0.2.11-1 +- Update to 0.2.11 + +* Tue Nov 14 2017 Igor Gnatenko - 0.2.10-1 +- Update to 0.2.10 + +* Mon Nov 06 2017 Igor Gnatenko - 0.2.9-1 +- Update to 0.2.9 + +* Wed Jun 14 2017 Igor Gnatenko - 0.2.8-1 +- Update to 0.2.8 + +* Wed Jun 14 2017 Igor Gnatenko - 0.2.5-2 +- Port to use rust-packaging + +* Thu Mar 30 2017 Igor Gnatenko - 0.2.5-1 +- Update to 0.2.5 + +* Sun Mar 05 2017 Igor Gnatenko - 0.2.4-1 +- Update to 0.2.4 + +* Fri Feb 24 2017 Igor Gnatenko - 0.2.2-2 +- Use rich dependencies + +* Sat Feb 18 2017 Igor Gnatenko - 0.2.2-1 +- Initial package + +## END: Generated by rpmautospec