commit 5d96cd4698f9d41ec949c9802cff9f5cc86889b2 Author: tigro Date: Mon Nov 20 11:38:24 2023 +0300 import rust-const-random-macro-0.1.15-1.el9 diff --git a/.rust-const-random-macro.metadata b/.rust-const-random-macro.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/const-random-macro-0.1.15.crate b/SOURCES/const-random-macro-0.1.15.crate new file mode 100644 index 0000000..923119b Binary files /dev/null and b/SOURCES/const-random-macro-0.1.15.crate differ diff --git a/SPECS/rust-const-random-macro.spec b/SPECS/rust-const-random-macro.spec new file mode 100644 index 0000000..79fd7b8 --- /dev/null +++ b/SPECS/rust-const-random-macro.spec @@ -0,0 +1,117 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.1) +## 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 23 +%bcond_without check +%global debug_package %{nil} + +%global crate const-random-macro + +Name: rust-const-random-macro +Version: 0.1.15 +Release: %autorelease +Summary: Provides the procedural macro used by const-random + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/const-random-macro +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Provides the procedural macro used by const-random.} + +%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 +%{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 +* Mon Nov 20 2023 Arkady L. Shane - 0.1.15-1 +- Rebuilt for MSVSphere 9.2 + +* Fri Feb 03 2023 Fabio Valentini - 0.1.15-1 +- Update to version 0.1.15; Fixes RHBZ#2137490 + +* Wed Dec 29 2021 Igor Raits - 0.1.13-5 +- Rebuild + +* Sun Nov 28 2021 Igor Raits - 0.1.13-4 +- Regenerate + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Mar 25 2021 Fabio Valentini - 0.1.13-1 +- Update to version 0.1.13. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 06 2020 Fabio Valentini - 0.1.11-1 +- Update to version 0.1.11. +- Fixes RHBZ#1886088 + +* Wed Oct 07 2020 Fabio Valentini - 0.1.10-1 +- Update to version 0.1.10. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 23 2020 Josh Stone - 0.1.8-1 +- Update to 0.1.8 + +* Fri Dec 20 19:57:24 CET 2019 Igor Gnatenko - 0.1.6-1 +- Initial package +