commit 5dba47665d82d6dd507d90d6f842b2803fafffb7 Author: tigro Date: Fri Jan 12 22:25:07 2024 +0300 import rust-rand_hc-0.3.2-1.el9 diff --git a/.rust-rand_hc.metadata b/.rust-rand_hc.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/rand_hc-0.3.2.crate b/SOURCES/rand_hc-0.3.2.crate new file mode 100644 index 0000000..983fd41 Binary files /dev/null and b/SOURCES/rand_hc-0.3.2.crate differ diff --git a/SPECS/rust-rand_hc.spec b/SPECS/rust-rand_hc.spec new file mode 100644 index 0000000..26bf6d3 --- /dev/null +++ b/SPECS/rust-rand_hc.spec @@ -0,0 +1,129 @@ +## 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 24 +%bcond_without check +%global debug_package %{nil} + +%global crate rand_hc + +Name: rust-rand_hc +Version: 0.3.2 +Release: %autorelease +Summary: HC128 random number generator + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/rand_hc +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +HC128 random number generator.} + +%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}/COPYRIGHT +%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 + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Jan 12 2024 Arkady L. Shane - 0.3.2-1 +- Rebuilt for MSVSphere 9.3 + +* Sat Apr 15 2023 Fabio Valentini - 0.3.2-1 +- Update to version 0.3.2; Fixes RHBZ#2186972 + +* Wed Dec 29 2021 Igor Raits - 0.3.1-4 +- Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 17 2021 Fabio Valentini - 0.3.1-1 +- Update to version 0.3.1. +- Fixes RHBZ#1972298 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Jan 03 11:16:49 CET 2021 Igor Raits - 0.3.0-1 +- Update to 0.3.0 (Fixes: RHBZ#1907491) + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Aug 04 10:32:53 CEST 2019 Igor Gnatenko - 0.2.0-1 +- Update to 0.2.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 20 11:52:30 CEST 2019 Igor Gnatenko - 0.1.0-5 +- Regenerate + +* Sun Jun 09 15:05:28 CEST 2019 Igor Gnatenko - 0.1.0-4 +- Regenerate + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Dec 08 2018 Igor Gnatenko - 0.1.0-2 +- Run tests in infrastructure + +* Tue Nov 27 2018 Josh Stone - 0.1.0-1 +- Initial package +