commit b4c1d794443817cdfbbfaee5365a2950098d05af Author: tigro Date: Mon Nov 20 00:19:21 2023 +0300 import rust-lazy_static-1.4.0-8.el9 diff --git a/.rust-lazy_static.metadata b/.rust-lazy_static.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/lazy_static-1.4.0.crate b/SOURCES/lazy_static-1.4.0.crate new file mode 100644 index 0000000..4f47617 Binary files /dev/null and b/SOURCES/lazy_static-1.4.0.crate differ diff --git a/SPECS/rust-lazy_static.spec b/SPECS/rust-lazy_static.spec new file mode 100644 index 0000000..f88a115 --- /dev/null +++ b/SPECS/rust-lazy_static.spec @@ -0,0 +1,205 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.2.5) +%define autorelease(e:s:pb:) %{?-p:0.}%{lua: + release_number = 8; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} +## END: Set by rpmautospec + +# Generated by rust2rpm 19 +%bcond_without check +%global debug_package %{nil} + +%global crate lazy_static + +Name: rust-%{crate} +Version: 1.4.0 +Release: %autorelease +Summary: Macro for declaring lazily evaluated statics in Rust + +# Upstream license specification: MIT/Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/lazy_static +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +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 "%{crate}" crate. + +%files devel +%license LICENSE-APACHE LICENSE-MIT +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Mon Nov 20 2023 Arkady L. Shane - 1.4.0-8 +- Rebuilt for MSVSphere 9.2 + +* Wed Dec 29 2021 Igor Raits 1.4.0-8 +- 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 +