From 3c659cc07d0607758c0da843caff8d37a04dbf1c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 17:49:03 +0300 Subject: [PATCH] import rust-tempfile-3.14.0-1.el10 --- .gitignore | 1 + .rust-tempfile.metadata | 1 + SOURCES/tempfile-fix-metadata-auto.diff | 12 ++ SPECS/rust-tempfile.spec | 249 ++++++++++++++++++++++++ 4 files changed, 263 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-tempfile.metadata create mode 100644 SOURCES/tempfile-fix-metadata-auto.diff create mode 100644 SPECS/rust-tempfile.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ec3321 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/tempfile-3.14.0.crate diff --git a/.rust-tempfile.metadata b/.rust-tempfile.metadata new file mode 100644 index 0000000..d7fad02 --- /dev/null +++ b/.rust-tempfile.metadata @@ -0,0 +1 @@ +f53590836f080ba7704758322d159811073ccae7 SOURCES/tempfile-3.14.0.crate diff --git a/SOURCES/tempfile-fix-metadata-auto.diff b/SOURCES/tempfile-fix-metadata-auto.diff new file mode 100644 index 0000000..5213bc9 --- /dev/null +++ b/SOURCES/tempfile-fix-metadata-auto.diff @@ -0,0 +1,12 @@ +--- tempfile-3.14.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tempfile-3.14.0/Cargo.toml 2024-11-13T21:35:32.388471+00:00 +@@ -82,9 +82,3 @@ + version = "0.38.39" + features = ["fs"] + +-[target."cfg(windows)".dependencies.windows-sys] +-version = ">=0.52,<=0.59" +-features = [ +- "Win32_Storage_FileSystem", +- "Win32_Foundation", +-] diff --git a/SPECS/rust-tempfile.spec b/SPECS/rust-tempfile.spec new file mode 100644 index 0000000..d7f603a --- /dev/null +++ b/SPECS/rust-tempfile.spec @@ -0,0 +1,249 @@ +## 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 26 +%bcond_without check +%global debug_package %{nil} + +%global crate tempfile + +Name: rust-tempfile +Version: 3.14.0 +Release: %autorelease +Summary: Library for managing temporary files and directories + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/tempfile +Source: %{crates_source} +# Automatically generated patch to strip dependencies and normalize metadata +Patch: tempfile-fix-metadata-auto.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A library for managing temporary files and directories.} + +%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}/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 + +%package -n %{name}+nightly-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nightly-devel %{_description} + +This package contains library source intended for building other packages which +use the "nightly" feature of the "%{crate}" crate. + +%files -n %{name}+nightly-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 - 3.14.0-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Wed Nov 13 2024 Fabio Valentini - 3.14.0-1 +- Update to version 3.14.0; Fixes RHBZ#2324507 + +* Fri Oct 04 2024 Fabio Valentini - 3.13.0-1 +- Update to version 3.13.0; Fixes RHBZ#2315476 + +* Tue Sep 17 2024 Fabio Valentini - 3.12.0-1 +- Update to version 3.12.0; Fixes RHBZ#2303268 + +* Sat Aug 03 2024 Fabio Valentini - 3.11.0-1 +- Update to version 3.11.0; Fixes RHBZ#2302570 + +* Sat Jul 20 2024 Fedora Release Engineering - 3.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Tue Mar 05 2024 Fabio Valentini - 3.10.1-1 +- Update to version 3.10.1; Fixes RHBZ#2266194 + +* Sun Feb 18 2024 Fabio Valentini - 3.10.0-1 +- Update to version 3.10.0; Fixes RHBZ#2262852 + +* Sat Jan 27 2024 Fedora Release Engineering - 3.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Dec 31 2023 Fabio Valentini - 3.9.0-1 +- Update to version 3.9.0; Fixes RHBZ#2256049 + +* Sat Nov 25 2023 Fabio Valentini - 3.8.1-1 +- Update to version 3.8.1; Fixes RHBZ#2246452 + +* Sun Sep 17 2023 Fabio Valentini - 3.8.0-1 +- Update to version 3.8.0; Fixes RHBZ#2224425 + +* Fri Jul 21 2023 Fedora Release Engineering - 3.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 07 2023 Fabio Valentini - 3.6.0-1 +- Update to version 3.6.0; Fixes RHBZ#2212993 + +* Mon Apr 10 2023 Fabio Valentini - 3.5.0-1 +- Update to version 3.5.0; Fixes RHBZ#2182586 + +* Mon Feb 27 2023 Fabio Valentini - 3.4.0-1 +- Update to version 3.4.0; Fixes RHBZ#2173322 + +* Sat Jan 21 2023 Fedora Release Engineering - 3.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 3.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Feb 09 2022 Fabio Valentini - 3.3.0-1 +- Update to version 3.3.0; Fixes RHBZ#2038600 + +* Fri Jan 21 2022 Fedora Release Engineering - 3.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sun Nov 28 2021 Igor Raits - 3.2.0-6 +- Regenerate + +* Fri Jul 23 2021 Fedora Release Engineering - 3.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed May 19 2021 Fabio Valentini - 3.2.0-3 +- Bump remove_dir_all to 0.7. + +* Wed Jan 27 2021 Fedora Release Engineering - 3.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jan 12 09:28:16 CET 2021 Igor Raits - 3.2.0-1 +- Update to 3.2.0 (Fixes: RHBZ#1915173) + +* Sat Aug 01 2020 Fedora Release Engineering - 3.1.0-5 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 3.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 3.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 3.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jul 06 11:33:46 CEST 2019 Igor Gnatenko - 3.1.0-1 +- Update to 3.1.0 + +* Sun Jun 30 11:50:43 CEST 2019 Igor Gnatenko - 3.0.9-1 +- Update to 3.0.9 + +* Thu Jun 20 00:15:25 CEST 2019 Igor Gnatenko - 3.0.8-3 +- Regenerate + +* Sun Jun 09 21:57:26 CEST 2019 Igor Gnatenko - 3.0.8-2 +- Regenerate + +* Fri May 31 2019 Josh Stone - 3.0.8-1 +- Update to 3.0.8 + +* Sun Feb 17 2019 Igor Gnatenko - 3.0.7-1 +- Update to 3.0.7 + +* Sun Feb 10 2019 Igor Gnatenko - 3.0.6-1 +- Update to 3.0.6 + +* Sat Feb 02 2019 Fedora Release Engineering - 3.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Dec 03 2018 Josh Stone - 3.0.5-1 +- Update to 3.0.5 + +* Sat Oct 27 2018 Igor Gnatenko - 3.0.4-2 +- Adapt to new packaging + +* Thu Sep 20 2018 Josh Stone - 3.0.4-1 +- Update to 3.0.4 + +* Wed Jul 18 2018 Igor Gnatenko - 3.0.3-1 +- Update to 3.0.3 + +* Sat Jul 14 2018 Fedora Release Engineering - 3.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri May 11 2018 Igor Gnatenko - 3.0.2-1 +- Update to 3.0.2 + +* Fri Feb 09 2018 Fedora Release Engineering - 2.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 2.2.0-3 +- Rebuild for rust-packaging v5 + +* Sun Dec 31 2017 Igor Gnatenko - 2.2.0-2 +- Bump rand to 0.4 + +* Sat Nov 04 2017 Igor Gnatenko - 2.2.0-1 +- Update to 2.2.0 + +* Thu Jun 15 2017 Igor Gnatenko - 2.1.5-4 +- Drop rustc_version BR + +* Wed Jun 14 2017 Igor Gnatenko - 2.1.5-3 +- Port to use rust-packaging + +* Sun Feb 26 2017 Igor Gnatenko - 2.1.5-2 +- Rebuild + +* Sun Feb 26 2017 Igor Gnatenko - 2.1.5-1 +- Initial package + +## END: Generated by rpmautospec