From b01a41491bae3e772feddaf8904e26f67159b4c0 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 16:46:30 +0300 Subject: [PATCH] import rust-pyo3-macros-backend0.22-0.22.6-1.el10 --- .gitignore | 1 + .rust-pyo3-macros-backend0.22.metadata | 1 + SPECS/rust-pyo3-macros-backend0.22.spec | 108 ++++++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-pyo3-macros-backend0.22.metadata create mode 100644 SPECS/rust-pyo3-macros-backend0.22.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f069f50 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pyo3-macros-backend-0.22.6.crate diff --git a/.rust-pyo3-macros-backend0.22.metadata b/.rust-pyo3-macros-backend0.22.metadata new file mode 100644 index 0000000..e86510a --- /dev/null +++ b/.rust-pyo3-macros-backend0.22.metadata @@ -0,0 +1 @@ +d4aa818b71e959df09aeae92efd66dc9b3acc58b SOURCES/pyo3-macros-backend-0.22.6.crate diff --git a/SPECS/rust-pyo3-macros-backend0.22.spec b/SPECS/rust-pyo3-macros-backend0.22.spec new file mode 100644 index 0000000..42e4606 --- /dev/null +++ b/SPECS/rust-pyo3-macros-backend0.22.spec @@ -0,0 +1,108 @@ +## 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 pyo3-macros-backend + +Name: rust-pyo3-macros-backend0.22 +Version: 0.22.6 +Release: %autorelease +Summary: Code generation for PyO3 package + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/pyo3-macros-backend +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Code generation for PyO3 package.} + +%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}+experimental-async-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+experimental-async-devel %{_description} + +This package contains library source intended for building other packages which +use the "experimental-async" feature of the "%{crate}" crate. + +%files -n %{name}+experimental-async-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+gil-refs-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+gil-refs-devel %{_description} + +This package contains library source intended for building other packages which +use the "gil-refs" feature of the "%{crate}" crate. + +%files -n %{name}+gil-refs-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.22.6-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Mon Dec 09 2024 Fabio Valentini - 0.22.6-1 +- Initial import (pyo3-macros-backend 0.22 compat package) +## END: Generated by rpmautospec