From 9ab84d9141f20a61a46c14ebed86cf7dcd7f07b6 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 16:38:22 +0300 Subject: [PATCH] import rust-plist-1.7.0-1.el10 --- .gitignore | 1 + .rust-plist.metadata | 1 + SOURCES/plist-fix-metadata.diff | 11 ++ SOURCES/rust2rpm.toml | 3 + SPECS/rust-plist.spec | 206 ++++++++++++++++++++++++++++++++ 5 files changed, 222 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-plist.metadata create mode 100644 SOURCES/plist-fix-metadata.diff create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-plist.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f487dae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/plist-1.7.0.crate diff --git a/.rust-plist.metadata b/.rust-plist.metadata new file mode 100644 index 0000000..cefdc37 --- /dev/null +++ b/.rust-plist.metadata @@ -0,0 +1 @@ +d5f9615fafff2a9472f59a3606830bdd1fb253ca SOURCES/plist-1.7.0.crate diff --git a/SOURCES/plist-fix-metadata.diff b/SOURCES/plist-fix-metadata.diff new file mode 100644 index 0000000..5b5b281 --- /dev/null +++ b/SOURCES/plist-fix-metadata.diff @@ -0,0 +1,11 @@ +--- plist-1.7.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ plist-1.7.0/Cargo.toml 2024-09-20T22:41:37.209357+00:00 +@@ -37,7 +37,7 @@ + version = "2.1.0" + + [dependencies.quick_xml] +-version = "0.32.0" ++version = "0.36.0" + package = "quick-xml" + + [dependencies.serde] diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..da24071 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[package] +summary = "Rusty plist parser" + diff --git a/SPECS/rust-plist.spec b/SPECS/rust-plist.spec new file mode 100644 index 0000000..ca98b87 --- /dev/null +++ b/SPECS/rust-plist.spec @@ -0,0 +1,206 @@ +## 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 plist + +Name: rust-plist +Version: 1.7.0 +Release: %autorelease +Summary: Rusty plist parser + +License: MIT +URL: https://crates.io/crates/plist +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * bump quick-xml dependency from 0.32 to 0.36 +Patch: plist-fix-metadata.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A rusty plist parser. Supports Serde serialization.} + +%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}/LICENCE +%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}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-devel %{_description} + +This package contains library source intended for building other packages which +use the "enable_unstable_features_that_may_break_with_minor_version_bumps" feature of the "%{crate}" crate. + +%files -n %{name}+enable_unstable_features_that_may_break_with_minor_version_bumps-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 - 1.7.0-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Sep 20 2024 Fabio Valentini - 1.7.0-1 +- Update to version 1.7.0; Fixes RHBZ#2295549 + +* Sat Jul 20 2024 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Apr 27 2024 Fabio Valentini - 1.6.1-1 +- Update to version 1.6.1; Fixes RHBZ#2271215 + +* Fri Jan 26 2024 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Dec 02 2023 Fabio Valentini - 1.6.0-1 +- Update to version 1.6.0; Fixes RHBZ#2247934 + +* Tue Oct 24 2023 Fabio Valentini - 1.5.1-1 +- Update to version 1.5.1; Fixes RHBZ#2245554 + +* Thu Aug 10 2023 Fabio Valentini - 1.5.0-1 +- Update to version 1.5.0; Fixes RHBZ#2221496 + +* Fri Jul 21 2023 Fedora Release Engineering - 1.4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon May 29 2023 Fabio Valentini - 1.4.3-1 +- Update to version 1.4.3; Fixes RHBZ#2179640 + +* Sat Mar 11 2023 Fabio Valentini - 1.4.2-1 +- Update to version 1.4.2; Fixes RHBZ#2171109 + +* Sat Jan 28 2023 Fabio Valentini - 1.4.0-1 +- Update to version 1.4.0; Fixes RHBZ#2161386 + +* Sat Jan 21 2023 Fedora Release Engineering - 1.3.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Dec 15 2021 Fabio Valentini - 1.3.1-1 +- Update to version 1.3.1; Fixes RHBZ#2023075 + +* Sun Aug 08 2021 Fabio Valentini - 1.2.1-1 +- Update to version 1.2.1; Fixes RHBZ#1991268 + +* Wed Jul 28 2021 Fabio Valentini - 1.2.0-1 +- Update to version 1.2.0; Fixes RHBZ#1985299 + +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Feb 15 2021 Fabio Valentini - 1.1.0-1 +- Update to version 1.1.0. +- Fixes RHBZ#1922843 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 11:06:57 CET 2020 Igor Raits - 1.0.1-1 +- Update to 1.0.1 (Fixes: RHBZ#1911126) + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 17 12:44:49 CEST 2020 Igor Raits - 1.0.0-1 +- Update to 1.0.0 + +* Tue Mar 03 2020 Josh Stone - 0.5.3-1 +- Update to 0.5.3 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 16 2020 Josh Stone - 0.5.1-1 +- Update to 0.5.1 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jun 18 10:33:35 CEST 2019 Igor Gnatenko - 0.4.2-1 +- Update to 0.4.2 + +* Sun Feb 10 2019 Igor Gnatenko - 0.4.1-1 +- Update to 0.4.1 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Nov 03 2018 Igor Gnatenko - 0.3.0-2 +- Adapt to new packaging + +* Mon Sep 03 2018 Igor Gnatenko - 0.3.0-1 +- Initial package + +## END: Generated by rpmautospec