commit 99440b4eca3929b989c2c30bb4bc292313325aa0 Author: tigro Date: Sat Jan 4 21:14:55 2025 +0300 import rust-enum_dispatch-0.3.13-2.el10 diff --git a/.rust-enum_dispatch.metadata b/.rust-enum_dispatch.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/enum_dispatch-0.3.13.crate b/SOURCES/enum_dispatch-0.3.13.crate new file mode 100644 index 0000000..71597cd Binary files /dev/null and b/SOURCES/enum_dispatch-0.3.13.crate differ diff --git a/SPECS/rust-enum_dispatch.spec b/SPECS/rust-enum_dispatch.spec new file mode 100644 index 0000000..bdd908b --- /dev/null +++ b/SPECS/rust-enum_dispatch.spec @@ -0,0 +1,98 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## 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 +# * It is not practical to run the tests: +# * - custom_derive and enum_derive are unpackaged and unmaintained for 7+ years +# * - smol is unpackaged +%bcond_with check +%global debug_package %{nil} + +%global crate enum_dispatch + +Name: rust-enum_dispatch +Version: 0.3.13 +Release: %autorelease +Summary: Near drop-in replacement for dynamic-dispatched method calls + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/enum_dispatch +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Near drop-in replacement for dynamic-dispatched method calls with up to +10x the speed.} + +%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 + +%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 04 2025 Arkady L. Shane - 0.3.13-2 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 0.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Apr 13 2024 Benjamin A. Beasley - 0.3.13-1 +- Update to 0.3.13 (close RHBZ#2272085) + +* Fri Jan 26 2024 Fedora Release Engineering - 0.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Sep 09 2023 Maxwell G - 0.3.12-1 +- Initial package. Closes rhbz#2238116. +## END: Generated by rpmautospec