commit 6e9ffb68c10a3c96efad1a5786bb563ead7ed1c8 Author: MSVSphere Packaging Team Date: Fri Dec 20 15:32:10 2024 +0300 import rust-flume-0.11.1-1.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f17976 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/flume-0.11.1.crate diff --git a/.rust-flume.metadata b/.rust-flume.metadata new file mode 100644 index 0000000..7d0f5d5 --- /dev/null +++ b/.rust-flume.metadata @@ -0,0 +1 @@ +8469c9e571c3bf8d7fe92b36ac41ab548bfe8736 SOURCES/flume-0.11.1.crate diff --git a/SOURCES/flume-fix-metadata.diff b/SOURCES/flume-fix-metadata.diff new file mode 100644 index 0000000..678f559 --- /dev/null +++ b/SOURCES/flume-fix-metadata.diff @@ -0,0 +1,21 @@ +--- flume-0.11.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ flume-0.11.1/Cargo.toml 2024-10-19T20:49:50.375274+00:00 +@@ -73,10 +73,6 @@ + "unstable", + ] + +-[dev-dependencies.criterion] +-version = "0.5.1" +-default-features = false +- + [dev-dependencies.crossbeam-channel] + version = "0.5.5" + +@@ -89,7 +85,6 @@ + + [dev-dependencies.getrandom] + version = "0.2.15" +-features = ["js"] + + [dev-dependencies.rand] + version = "0.8.3" diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..2cd7101 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,5 @@ +[package] +cargo-toml-patch-comments = [ + "drop unused, benchmark-only criterion dev-dependency", +] + diff --git a/SPECS/rust-flume.spec b/SPECS/rust-flume.spec new file mode 100644 index 0000000..bdac572 --- /dev/null +++ b/SPECS/rust-flume.spec @@ -0,0 +1,222 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## 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 26 +%bcond_without check +%global debug_package %{nil} + +%global crate flume + +Name: rust-flume +Version: 0.11.1 +Release: %autorelease +Summary: Blazingly fast multi-producer channel + +# Upstream license specification: Apache-2.0/MIT +License: Apache-2.0 OR MIT +URL: https://crates.io/crates/flume +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * drop unused, benchmark-only criterion dev-dependency +Patch: flume-fix-metadata.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A blazingly fast multi-producer channel.} + +%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}+async-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+async-devel %{_description} + +This package contains library source intended for building other packages which +use the "async" feature of the "%{crate}" crate. + +%files -n %{name}+async-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+eventual-fairness-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+eventual-fairness-devel %{_description} + +This package contains library source intended for building other packages which +use the "eventual-fairness" feature of the "%{crate}" crate. + +%files -n %{name}+eventual-fairness-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+futures-core-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+futures-core-devel %{_description} + +This package contains library source intended for building other packages which +use the "futures-core" feature of the "%{crate}" crate. + +%files -n %{name}+futures-core-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+futures-sink-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+futures-sink-devel %{_description} + +This package contains library source intended for building other packages which +use the "futures-sink" feature of the "%{crate}" crate. + +%files -n %{name}+futures-sink-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+nanorand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nanorand-devel %{_description} + +This package contains library source intended for building other packages which +use the "nanorand" feature of the "%{crate}" crate. + +%files -n %{name}+nanorand-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+select-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+select-devel %{_description} + +This package contains library source intended for building other packages which +use the "select" feature of the "%{crate}" crate. + +%files -n %{name}+select-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 + +%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 - 0.11.1-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sat Oct 19 2024 Orion Poplawski - 0.11.1-1 +- Update to 0.11.1 (rhbz#2319910) + +* Fri Jul 19 2024 Fedora Release Engineering - 0.11.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Tue Jun 25 2024 Fabio Valentini - 0.11.0-4 +- Add upstream patch to fix compiling tests with crossbeam-channel >=0.5.13 + +* Mon Jun 10 2024 Fabio Valentini - 0.11.0-3 +- Regenerate with rust2rpm v26 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Aug 17 2023 Orion Poplawski - 0.11.0-1 +- Update to 0.11.0 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.10.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jan 20 2023 Fedora Release Engineering - 0.10.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Oct 19 2022 Orion Poplawski - 0.10.14-1 +- Update to 0.10.14 + +* Mon Oct 17 2022 Tomas Hrcka - 0.9.1-4 +- Unretirement request: https://pagure.io/releng/issue/11085 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.9.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Oct 01 2020 Fabio Valentini - 0.9.1-1 +- update to version 0.9.1 + +* Wed Sep 23 2020 Fabio Valentini - 0.9.0-1 +- update to version 0.9.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 22 2020 Josh Stone - 0.7.2-1 +- Update to 0.7.2 + +* Tue Mar 31 2020 Igor Raits - 0.7.1-1 +- Initial import +## END: Generated by rpmautospec