|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate pyo3-build-config
|
|
|
|
%global crate pyo3-build-config
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-pyo3-build-config
|
|
|
|
Name: rust-pyo3-build-config
|
|
|
|
Version: 0.17.3
|
|
|
|
Version: 0.18.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Build configuration for the PyO3 ecosystem
|
|
|
|
Summary: Build configuration for the PyO3 ecosystem
|
|
|
|
|
|
|
|
|
|
|
@ -72,6 +72,18 @@ use the "abi3-py310" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+abi3-py310-devel
|
|
|
|
%files -n %{name}+abi3-py310-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+abi3-py311-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+abi3-py311-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "abi3-py311" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+abi3-py311-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+abi3-py37-devel
|
|
|
|
%package -n %{name}+abi3-py37-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|