commit 1f92e951d09e0d797fa154f8ab514d830b5030a6 Author: tigro Date: Sat Jan 13 22:39:47 2024 +0300 import rust-crossbeam-queue-0.3.10-1.el9 diff --git a/.rust-crossbeam-queue.metadata b/.rust-crossbeam-queue.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/crossbeam-queue-0.3.10.crate b/SOURCES/crossbeam-queue-0.3.10.crate new file mode 100644 index 0000000..6aeff91 Binary files /dev/null and b/SOURCES/crossbeam-queue-0.3.10.crate differ diff --git a/SPECS/rust-crossbeam-queue.spec b/SPECS/rust-crossbeam-queue.spec new file mode 100644 index 0000000..0f6e96e --- /dev/null +++ b/SPECS/rust-crossbeam-queue.spec @@ -0,0 +1,193 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.5) +## 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 25 +%bcond_without check +%global debug_package %{nil} + +%global crate crossbeam-queue + +Name: rust-crossbeam-queue +Version: 0.3.10 +Release: %autorelease +Summary: Concurrent queues + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/crossbeam-queue +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Concurrent queues.} + +%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}+alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "alloc" feature of the "%{crate}" crate. + +%files -n %{name}+alloc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+nightly-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nightly-devel %{_description} + +This package contains library source intended for building other packages which +use the "nightly" feature of the "%{crate}" crate. + +%files -n %{name}+nightly-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 +* Sat Jan 13 2024 Arkady L. Shane - 0.3.10-1 +- Rebuilt for MSVSphere 9.3 + +* Wed Dec 27 2023 Fabio Valentini - 0.3.10-1 +- Update to version 0.3.10; Fixes RHBZ#2254356 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.3.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jan 20 2023 Fedora Release Engineering - 0.3.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Dec 14 2022 Fabio Valentini - 0.3.8-1 +- Update to version 0.3.8; Fixes RHBZ#2144267 + +* Wed Jul 27 2022 Fabio Valentini - 0.3.6-1 +- Update to version 0.3.6; Fixes RHBZ#2110074 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Mar 29 2022 Fabio Valentini - 0.3.5-1 +- Update to version 0.3.5; Fixes RHBZ#2064276 + +* Mon Feb 07 2022 Fabio Valentini - 0.3.4-1 +- Update to version 0.3.4; Fixes RHBZ#2050977 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Jan 10 2022 Fabio Valentini - 0.3.3-1 +- Update to version 0.3.3; Fixes RHBZ#2038603 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 02 2021 Fabio Valentini - 0.3.2-1 +- Update to version 0.3.2. +- Fixes RHBZ#1965798 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Nov 28 2020 Fabio Valentini - 0.3.1-1 +- Update to version 0.3.1. +- Fixes RHBZ#1901761 + +* Thu Nov 12 2020 Fabio Valentini - 0.3.0-1 +- Update to version 0.3.0. +- Fixes RHBZ#1887301 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 11 2020 Josh Stone - 0.2.3-1 +- Update to 0.2.3 + +* Fri May 29 2020 Josh Stone - 0.2.2-1 +- Update to 0.2.2 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 27 08:21:24 CET 2019 Igor Gnatenko - 0.2.1-1 +- Update to 0.2.1 + +* Thu Nov 28 11:28:40 CET 2019 Igor Gnatenko - 0.2.0-1 +- Update to 0.2.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 16:46:08 CEST 2019 Igor Gnatenko - 0.1.2-2 +- Regenerate + +* Sun Feb 10 2019 Igor Gnatenko - 0.1.2-1 +- Initial package +