From 339912eb835d7d522931595970d363e33d7faf84 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 17:52:38 +0300 Subject: [PATCH] import rust-time-macros-0.2.19-1.el10 --- .gitignore | 1 + .rust-time-macros.metadata | 1 + SOURCES/rust2rpm.toml | 2 + SPECS/rust-time-macros.spec | 203 ++++++++++++++++++++++++++++++++++++ 4 files changed, 207 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-time-macros.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-time-macros.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21636c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/time-macros-0.2.19.crate diff --git a/.rust-time-macros.metadata b/.rust-time-macros.metadata new file mode 100644 index 0000000..19106a0 --- /dev/null +++ b/.rust-time-macros.metadata @@ -0,0 +1 @@ +ca57fe201a39d402aa5cfd0616461994f685171d SOURCES/time-macros-0.2.19.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..063983b --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,2 @@ +[package] +description = "Procedural macros for the time crate." diff --git a/SPECS/rust-time-macros.spec b/SPECS/rust-time-macros.spec new file mode 100644 index 0000000..c9a48be --- /dev/null +++ b/SPECS/rust-time-macros.spec @@ -0,0 +1,203 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## 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 27 +%bcond check 1 +%global debug_package %{nil} + +%global crate time-macros + +Name: rust-time-macros +Version: 0.2.19 +Release: %autorelease +Summary: Procedural macros for the time crate + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/time-macros +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Procedural macros for the time 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 +%{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}+formatting-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+formatting-devel %{_description} + +This package contains library source intended for building other packages which +use the "formatting" feature of the "%{crate}" crate. + +%files -n %{name}+formatting-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+large-dates-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+large-dates-devel %{_description} + +This package contains library source intended for building other packages which +use the "large-dates" feature of the "%{crate}" crate. + +%files -n %{name}+large-dates-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+parsing-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+parsing-devel %{_description} + +This package contains library source intended for building other packages which +use the "parsing" feature of the "%{crate}" crate. + +%files -n %{name}+parsing-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 + +%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 +* Fri Dec 20 2024 MSVSphere Packaging Team - 0.2.19-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sun Dec 08 2024 Fabio Valentini - 0.2.19-1 +- Update to version 0.2.19; Fixes RHBZ#2330139 + +* Sat Jul 20 2024 Fedora Release Engineering - 0.2.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Tue Apr 16 2024 Fabio Valentini - 0.2.18-1 +- Update to version 0.2.18; Fixes RHBZ#2274290 + +* Sat Feb 17 2024 Fabio Valentini - 0.2.17-1 +- Update to version 0.2.17; Fixes RHBZ#2262209 + +* Sat Jan 27 2024 Fedora Release Engineering - 0.2.16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 08 2024 Fabio Valentini - 0.2.16-1 +- Update to version 0.2.16; Fixes RHBZ#2255216 + +* Mon Sep 25 2023 Fabio Valentini - 0.2.15-1 +- Update to version 0.2.15; Fixes RHBZ#2240434 + +* Tue Sep 12 2023 Fabio Valentini - 0.2.14-1 +- Update to version 0.2.14; Fixes RHBZ#2227582 + +* Sat Jul 22 2023 Fedora Release Engineering - 0.2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jul 12 2023 Fabio Valentini - 0.2.10-1 +- Update to version 0.2.10; Fixes RHBZ#2221449 + +* Mon May 08 2023 Fabio Valentini - 0.2.9-1 +- Update to version 0.2.9; Fixes RHBZ#2195842 + +* Thu Mar 16 2023 Fabio Valentini - 0.2.8-1 +- Update to version 0.2.8; Fixes RHBZ#2173245 + +* Sun Feb 19 2023 Fabio Valentini - 0.2.7-1 +- Update to version 0.2.7; Fixes RHBZ#2137246 + +* Sat Jan 21 2023 Fedora Release Engineering - 0.2.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue May 31 2022 Fabio Valentini - 0.2.4-1 +- Update to version 0.2.4; Fixes RHBZ#2066975 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Nov 18 2021 Fabio Valentini - 0.2.3-1 +- Update to version 0.2.3; Fixes RHBZ#1988248 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Oct 01 2020 Fabio Valentini - 0.1.1-1 +- Update to version 0.1.1. + +* Sat Aug 01 2020 Fedora Release Engineering - 0.1.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jan 27 2020 Josh Stone - 0.1.0-1 +- Initial package + +## END: Generated by rpmautospec