commit ca4ee19fc239b2e97c9afc6a5307e1cb099b642f Author: tigro Date: Sun Jan 14 00:00:30 2024 +0300 import rust-tokio-timer-0.2.13-6.el9 diff --git a/.rust-tokio-timer.metadata b/.rust-tokio-timer.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/tokio-timer-0.2.13.crate b/SOURCES/tokio-timer-0.2.13.crate new file mode 100644 index 0000000..af3290b Binary files /dev/null and b/SOURCES/tokio-timer-0.2.13.crate differ diff --git a/SPECS/rust-tokio-timer.spec b/SPECS/rust-tokio-timer.spec new file mode 100644 index 0000000..2f4b623 --- /dev/null +++ b/SPECS/rust-tokio-timer.spec @@ -0,0 +1,144 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate tokio-timer + +Name: rust-%{crate} +Version: 0.2.13 +Release: 6%{?dist} +Summary: Timer facilities for Tokio + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/tokio-timer +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Timer facilities for Tokio.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE +%doc README.md CHANGELOG.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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 "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 +* Sun Jan 14 2024 Arkady L. Shane - 0.2.13-6 +- Rebuilt for MSVSphere 9.2 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.13-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.13-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Feb 06 2020 Josh Stone - 0.2.13-1 +- Update to 0.2.13 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 13 2019 Josh Stone - 0.2.12-1 +- Update to 0.2.12 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 21 20:17:45 CEST 2019 Igor Gnatenko - 0.2.11-2 +- Regenerate + +* Wed May 15 08:19:44 CEST 2019 Igor Gnatenko - 0.2.11-1 +- Update to 0.2.11 + +* Sun Feb 10 2019 Igor Gnatenko - 0.2.10-1 +- Update to 0.2.10 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jan 25 2019 Josh Stone - 0.2.9-1 +- Update to 0.2.9 + +* Sat Dec 15 2018 Igor Gnatenko - 0.2.8-1 +- Update to 0.2.8 + +* Thu Nov 08 2018 Josh Stone - 0.2.7-2 +- Adapt to new packaging + +* Fri Sep 28 2018 Josh Stone - 0.2.7-1 +- Update to 0.2.7 + +* Sat Sep 08 2018 Igor Gnatenko - 0.2.6-1 +- Update to 0.2.6 + +* Wed Aug 08 2018 Josh Stone - 0.2.5-1 +- Update to 0.2.5 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jun 11 2018 Igor Gnatenko - 0.2.4-1 +- Update to 0.2.4 + +* Thu May 03 2018 Josh Stone - 0.2.3-1 +- Update to 0.2.3 + +* Tue Apr 03 2018 Igor Gnatenko - 0.2.1-1 +- Initial package