commit 7aeb2b33db3662b742a9f6b60e813b981f98b345 Author: tigro Date: Mon Jan 15 23:02:16 2024 +0300 import rust-typed-arena-2.0.2-1.el9 diff --git a/.rust-typed-arena.metadata b/.rust-typed-arena.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/typed-arena-2.0.2.crate b/SOURCES/typed-arena-2.0.2.crate new file mode 100644 index 0000000..db5174b Binary files /dev/null and b/SOURCES/typed-arena-2.0.2.crate differ diff --git a/SOURCES/typed-arena-fix-metadata.diff b/SOURCES/typed-arena-fix-metadata.diff new file mode 100644 index 0000000..339a77d --- /dev/null +++ b/SOURCES/typed-arena-fix-metadata.diff @@ -0,0 +1,17 @@ +--- typed-arena-2.0.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ typed-arena-2.0.2/Cargo.toml 2023-01-29T23:02:15.845673+00:00 +@@ -31,14 +31,6 @@ + name = "typed_arena" + path = "src/lib.rs" + +-[[bench]] +-name = "benches" +-path = "benches/benches.rs" +-harness = false +- +-[dev-dependencies.criterion] +-version = "0.3.4" +- + [features] + default = ["std"] + std = [] diff --git a/SPECS/rust-typed-arena.spec b/SPECS/rust-typed-arena.spec new file mode 100644 index 0000000..d92e56e --- /dev/null +++ b/SPECS/rust-typed-arena.spec @@ -0,0 +1,159 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.1) +## 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 23 +%bcond_without check +%global debug_package %{nil} + +%global crate typed-arena + +Name: rust-typed-arena +Version: 2.0.2 +Release: %autorelease +Summary: Arena, a fast but limited type of allocator + +License: MIT +URL: https://crates.io/crates/typed-arena +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * drop unused, benchmark-only criterion dev-dependency to speed up builds +Patch: typed-arena-fix-metadata.diff + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Arena, a fast but limited type of allocator.} + +%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}/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_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 Jan 15 2024 Arkady L. Shane - 2.0.2-1 +- Rebuilt for MSVSphere 9.3 + +* Sun Jan 29 2023 Fabio Valentini - 2.0.2-1 +- Update to version 2.0.2; Fixes RHBZ#2159382 + +* Sat Jan 21 2023 Fedora Release Engineering - 2.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Apr 14 2022 Fabio Valentini - 2.0.1-1 +- Update to version 2.0.1; Fixes RHBZ#1777111 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.7.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.7.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Nov 10 11:11:57 CET 2019 Igor Gnatenko - 1.7.0-1 +- Update to 1.7.0 + +* Sat Sep 21 09:02:34 CEST 2019 Igor Gnatenko - 1.6.1-1 +- Update to 1.6.1 + +* Sat Aug 03 14:13:48 CEST 2019 Igor Gnatenko - 1.5.0-1 +- Update to 1.5.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Feb 20 2019 Igor Gnatenko - 1.4.1-4 +- Adapt to new packaging + +* Sat Feb 02 2019 Fedora Release Engineering - 1.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jun 30 2018 Josh Stone - 1.4.1-1 +- Update to 1.4.1 + +* Fri Jun 22 2018 Josh Stone - 1.4.0-1 +- Update to 1.4.0 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 1.3.0-2 +- Rebuild for rust-packaging v5 + +* Fri Dec 01 2017 Igor Gnatenko - 1.3.0-1 +- Initial package +