commit 0593d5006472112cdea8819f2a9203a77c6c8abc Author: tigro Date: Mon Jan 15 21:34:16 2024 +0300 import rust-humantime-serde-1.1.1-2.el9 diff --git a/.rust-humantime-serde.metadata b/.rust-humantime-serde.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/humantime-serde-1.1.1.crate b/SOURCES/humantime-serde-1.1.1.crate new file mode 100644 index 0000000..ff145d1 Binary files /dev/null and b/SOURCES/humantime-serde-1.1.1.crate differ diff --git a/SOURCES/humantime-serde-fix-metadata.diff b/SOURCES/humantime-serde-fix-metadata.diff new file mode 100644 index 0000000..1ab94f9 --- /dev/null +++ b/SOURCES/humantime-serde-fix-metadata.diff @@ -0,0 +1,8 @@ +--- humantime-serde-1.1.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ humantime-serde-1.1.1/Cargo.toml 2022-08-10T20:10:05.848869+00:00 +@@ -29,4 +29,4 @@ + version = "1.0" + + [dev-dependencies.version-sync] +-version = "0.8" ++version = "0.9" diff --git a/SPECS/rust-humantime-serde.spec b/SPECS/rust-humantime-serde.spec new file mode 100644 index 0000000..bb50dd8 --- /dev/null +++ b/SPECS/rust-humantime-serde.spec @@ -0,0 +1,105 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + 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 22 +%bcond_without check +%global debug_package %{nil} + +%global crate humantime-serde + +Name: rust-humantime-serde +Version: 1.1.1 +Release: %autorelease +Summary: Serde support for the humantime crate + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/humantime-serde +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump version-sync dev-dependency from 0.8 to 0.9 +Patch: humantime-serde-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Serde support for the `humantime` crate.} + +%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 +%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 +# * ignore failing tests that are only useful as upstream pre-release checklist +%cargo_test -- -- --skip test::test_html_root_url --skip test::test_readme_deps +%endif + +%changelog +* Mon Jan 15 2024 Arkady L. Shane - 1.1.1-2 +- Rebuilt for MSVSphere 9.3 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Aug 10 2022 Fabio Valentini - 1.1.1-1 +- Update to version 1.1.1; Fixes RHBZ#2063325 + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Feb 27 06:38:25 CET 2021 Robert-André Mauchin - 1.0.1-1 +- Initial package +