From eda42757c18ef03b795f5771fed0c6b30f3f17b2 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 15:04:19 +0300 Subject: [PATCH] import rust-cfg-if-1.0.0-12.el10 --- .gitignore | 1 + .rust-cfg-if.metadata | 1 + SOURCES/rust2rpm.conf | 5 ++ SPECS/rust-cfg-if.spec | 194 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 201 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-cfg-if.metadata create mode 100644 SOURCES/rust2rpm.conf create mode 100644 SPECS/rust-cfg-if.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76b0494 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cfg-if-1.0.0.crate diff --git a/.rust-cfg-if.metadata b/.rust-cfg-if.metadata new file mode 100644 index 0000000..2161487 --- /dev/null +++ b/.rust-cfg-if.metadata @@ -0,0 +1 @@ +9b415d94b6c2a84ed31b909e354ba9ac89092174 SOURCES/cfg-if-1.0.0.crate diff --git a/SOURCES/rust2rpm.conf b/SOURCES/rust2rpm.conf new file mode 100644 index 0000000..302578b --- /dev/null +++ b/SOURCES/rust2rpm.conf @@ -0,0 +1,5 @@ +[DEFAULT] +unwanted-features = + compiler_builtins + core + rustc-dep-of-std diff --git a/SPECS/rust-cfg-if.spec b/SPECS/rust-cfg-if.spec new file mode 100644 index 0000000..4d65341 --- /dev/null +++ b/SPECS/rust-cfg-if.spec @@ -0,0 +1,194 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 12; + 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 24 +%bcond_without check +%global debug_package %{nil} + +%global crate cfg-if + +Name: rust-cfg-if +Version: 1.0.0 +Release: %autorelease +Summary: Macro to ergonomically define an item depending on a large number of #[cfg] parameters + +# Upstream license specification: MIT/Apache-2.0 +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/cfg-if +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +A macro to ergonomically define an item depending on a large number of +#[cfg] parameters. Structured like an if-else chain, the first matching +branch is the item that gets emitted.} + +%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 +%cargo_test +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.0-12 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 1.0.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 1.0.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.0.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu May 25 2023 Fabio Valentini - 1.0.0-9 +- Regenerate with rust2rpm v24 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Nov 24 2020 Fabio Valentini - 1.0.0-2 +- Remove dependencies on compiler internals. + +* Sun Oct 11 2020 Fabio Valentini - 1.0.0-1 +- Update to version 1.0.0. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 19:03:09 CET 2019 Igor Gnatenko - 0.1.10-2 +- Regenerate + +* Thu Sep 26 13:12:57 CEST 2019 Igor Gnatenko - 0.1.10-1 +- Update to 0.1.10 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 19 23:14:32 CEST 2019 Igor Gnatenko - 0.1.9-3 +- Regenerate + +* Sat Jun 08 23:53:00 CEST 2019 Igor Gnatenko - 0.1.9-2 +- Regenerate + +* Wed May 15 08:13:17 CEST 2019 Igor Gnatenko - 0.1.9-1 +- Update to 0.1.9 + +* Tue Mar 05 2019 Igor Gnatenko - 0.1.7-1 +- Update to 0.1.7 + +* Mon Mar 04 2019 Jan Staněk - 0.1.6-5 +- Import upstream fix for build failure from missing docs + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Oct 26 2018 Igor Gnatenko - 0.1.6-3 +- Adapt to new rust-packaging + +* Mon Oct 22 2018 Josh Stone - 0.1.6-1 +- Update to 0.1.6 + +* Sun Oct 07 2018 Igor Gnatenko - 0.1.5-2 +- Run tests in infrastructure + +* Mon Aug 13 2018 Josh Stone - 0.1.5-1 +- Update to 0.1.5 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Igor Gnatenko - 0.1.4-1 +- Update to 0.1.4 + +* Fri May 04 2018 Josh Stone - 0.1.3-1 +- Update to 0.1.3 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.1.2-3 +- Rebuild for rust-packaging v5 + +* Sat Nov 04 2017 Igor Gnatenko - 0.1.2-2 +- Add LICENSE-MIT to files + +* Fri Jul 07 2017 Igor Gnatenko - 0.1.2-1 +- Update to 0.1.2 + +* Wed Jun 14 2017 Igor Gnatenko - 0.1.1-1 +- Update to 0.1.1 + +* Wed Jun 14 2017 Igor Gnatenko - 0.1.0-2 +- Port to use rust-packaging + +* Sat Feb 18 2017 Igor Gnatenko - 0.1.0-1 +- Initial package + +## END: Generated by rpmautospec