import rust-ordered-float-3.9.2-1.el9

i9ce changed/i9ce/rust-ordered-float-3.9.2-1.el9
Arkady L. Shane 1 year ago
commit e50b070270
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

Binary file not shown.

@ -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 <tigro@msvsphere-os.ru> - 3.9.2-1
- Rebuilt for MSVSphere 9.3
* Mon Nov 13 2023 Fabio Valentini <decathorpe@gmail.com> - 3.9.2-1
- Update to version 3.9.2
* Wed Aug 23 2023 Fabio Valentini <decathorpe@gmail.com> - 3.9.1-1
- Update to version 3.9.1; Fixes RHBZ#2232698
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Apr 24 2023 Fabio Valentini <decathorpe@gmail.com> - 3.7.0-1
- Update to version 3.7.0; Fixes RHBZ#2188961
* Tue Mar 21 2023 Fabio Valentini <decathorpe@gmail.com> - 3.6.0-1
- Update to version 3.6.0; Fixes RHBZ#2180065
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Dec 11 2022 Fabio Valentini <decathorpe@gmail.com> - 3.4.0-1
- Update to version 3.4.0; Fixes RHBZ#2136035
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
- Update to version 3.2.0; Fixes RHBZ#2128118
* Wed Jul 27 2022 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-1
- Update to version 3.0.0; Fixes RHBZ#2080683
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jan 07 2022 Fabio Valentini <decathorpe@gmail.com> - 2.10.0-1
- Update to version 2.10.0; Fixes RHBZ#2036762
* Fri Sep 03 2021 Fabio Valentini <decathorpe@gmail.com> - 2.8.0-1
- Update to version 2.8.0; Fixes RHBZ#2000728
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sun Jul 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.7.0-1
- Update to version 2.7.0; Fixes RHBZ#1981567
* Fri Jul 09 2021 Fabio Valentini <decathorpe@gmail.com> - 2.6.0-1
- Update to version 2.6.0; Fixes RHBZ#1979686
* Tue Jun 01 2021 Fabio Valentini <decathorpe@gmail.com> - 2.5.1-1
- Update to version 2.5.1.
- Fixes RHBZ#1964553
* Sat May 22 2021 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0.
- Fixes RHBZ#1963262
* Tue May 04 2021 Fabio Valentini <decathorpe@gmail.com> - 2.2.0-1
- Update to version 2.2.0.
- Fixes RHBZ#1956434
* Sun Feb 07 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.1-1
- Update to version 2.1.1.
- Fixes RHBZ#1925289
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 2.0.1-1
- Update to version 2.0.1.
- Fixes RHBZ#1904837
* Wed Sep 30 2020 Dusty Mabe <dusty@dustymabe.com> - 2.0.0-1
- Update to 2.0.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 1.1.0-1
- Update to 1.1.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Aug 06 17:31:24 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-1
- Initial package
Loading…
Cancel
Save