commit e50b07027048495640326608785c97946ad17441 Author: tigro Date: Mon Jan 15 22:02:22 2024 +0300 import rust-ordered-float-3.9.2-1.el9 diff --git a/.rust-ordered-float.metadata b/.rust-ordered-float.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/ordered-float-3.9.2.crate b/SOURCES/ordered-float-3.9.2.crate new file mode 100644 index 0000000..177c9e0 Binary files /dev/null and b/SOURCES/ordered-float-3.9.2.crate differ diff --git a/SPECS/rust-ordered-float.spec b/SPECS/rust-ordered-float.spec new file mode 100644 index 0000000..2dfb4d9 --- /dev/null +++ b/SPECS/rust-ordered-float.spec @@ -0,0 +1,310 @@ +## 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 ordered-float + +Name: rust-ordered-float +Version: 3.9.2 +Release: %autorelease +Summary: Wrappers for total ordering on floats + +License: MIT +URL: https://crates.io/crates/ordered-float +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Wrappers for total ordering on floats.} + +%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-MIT +%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}+arbitrary-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+arbitrary-devel %{_description} + +This package contains library source intended for building other packages which +use the "arbitrary" feature of the "%{crate}" crate. + +%files -n %{name}+arbitrary-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+bytemuck-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bytemuck-devel %{_description} + +This package contains library source intended for building other packages which +use the "bytemuck" feature of the "%{crate}" crate. + +%files -n %{name}+bytemuck-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+proptest-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+proptest-devel %{_description} + +This package contains library source intended for building other packages which +use the "proptest" feature of the "%{crate}" crate. + +%files -n %{name}+proptest-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rand-devel %{_description} + +This package contains library source intended for building other packages which +use the "rand" feature of the "%{crate}" crate. + +%files -n %{name}+rand-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+randtest-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+randtest-devel %{_description} + +This package contains library source intended for building other packages which +use the "randtest" feature of the "%{crate}" crate. + +%files -n %{name}+randtest-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rkyv-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rkyv-devel %{_description} + +This package contains library source intended for building other packages which +use the "rkyv" feature of the "%{crate}" crate. + +%files -n %{name}+rkyv-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rkyv_16-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rkyv_16-devel %{_description} + +This package contains library source intended for building other packages which +use the "rkyv_16" feature of the "%{crate}" crate. + +%files -n %{name}+rkyv_16-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rkyv_32-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rkyv_32-devel %{_description} + +This package contains library source intended for building other packages which +use the "rkyv_32" feature of the "%{crate}" crate. + +%files -n %{name}+rkyv_32-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rkyv_64-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rkyv_64-devel %{_description} + +This package contains library source intended for building other packages which +use the "rkyv_64" feature of the "%{crate}" crate. + +%files -n %{name}+rkyv_64-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rkyv_ck-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rkyv_ck-devel %{_description} + +This package contains library source intended for building other packages which +use the "rkyv_ck" feature of the "%{crate}" crate. + +%files -n %{name}+rkyv_ck-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+serde-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+serde-devel %{_description} + +This package contains library source intended for building other packages which +use the "serde" feature of the "%{crate}" crate. + +%files -n %{name}+serde-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 +* Mon Jan 15 2024 Arkady L. Shane - 3.9.2-1 +- Rebuilt for MSVSphere 9.3 + +* Mon Nov 13 2023 Fabio Valentini - 3.9.2-1 +- Update to version 3.9.2 + +* Wed Aug 23 2023 Fabio Valentini - 3.9.1-1 +- Update to version 3.9.1; Fixes RHBZ#2232698 + +* Fri Jul 21 2023 Fedora Release Engineering - 3.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon Apr 24 2023 Fabio Valentini - 3.7.0-1 +- Update to version 3.7.0; Fixes RHBZ#2188961 + +* Tue Mar 21 2023 Fabio Valentini - 3.6.0-1 +- Update to version 3.6.0; Fixes RHBZ#2180065 + +* Sat Jan 21 2023 Fedora Release Engineering - 3.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sun Dec 11 2022 Fabio Valentini - 3.4.0-1 +- Update to version 3.4.0; Fixes RHBZ#2136035 + +* Wed Oct 05 2022 Fabio Valentini - 3.2.0-1 +- Update to version 3.2.0; Fixes RHBZ#2128118 + +* Wed Jul 27 2022 Fabio Valentini - 3.0.0-1 +- Update to version 3.0.0; Fixes RHBZ#2080683 + +* Sat Jul 23 2022 Fedora Release Engineering - 2.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 2.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jan 07 2022 Fabio Valentini - 2.10.0-1 +- Update to version 2.10.0; Fixes RHBZ#2036762 + +* Fri Sep 03 2021 Fabio Valentini - 2.8.0-1 +- Update to version 2.8.0; Fixes RHBZ#2000728 + +* Fri Jul 23 2021 Fedora Release Engineering - 2.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun Jul 18 2021 Fabio Valentini - 2.7.0-1 +- Update to version 2.7.0; Fixes RHBZ#1981567 + +* Fri Jul 09 2021 Fabio Valentini - 2.6.0-1 +- Update to version 2.6.0; Fixes RHBZ#1979686 + +* Tue Jun 01 2021 Fabio Valentini - 2.5.1-1 +- Update to version 2.5.1. +- Fixes RHBZ#1964553 + +* Sat May 22 2021 Fabio Valentini - 2.4.0-1 +- Update to version 2.4.0. +- Fixes RHBZ#1963262 + +* Tue May 04 2021 Fabio Valentini - 2.2.0-1 +- Update to version 2.2.0. +- Fixes RHBZ#1956434 + +* Sun Feb 07 2021 Fabio Valentini - 2.1.1-1 +- Update to version 2.1.1. +- Fixes RHBZ#1925289 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 07 2020 Fabio Valentini - 2.0.1-1 +- Update to version 2.0.1. +- Fixes RHBZ#1904837 + +* Wed Sep 30 2020 Dusty Mabe - 2.0.0-1 +- Update to 2.0.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Josh Stone - 1.1.0-1 +- Update to 1.1.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Aug 06 17:31:24 CEST 2019 Igor Gnatenko - 1.0.2-1 +- Initial package +