|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate pyo3-macros
|
|
|
|
|
|
|
|
|
|
Name: rust-pyo3-macros
|
|
|
|
|
Version: 0.20.2
|
|
|
|
|
Version: 0.21.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Proc macros for PyO3 package
|
|
|
|
|
|
|
|
|
@ -46,16 +46,28 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+abi3-devel
|
|
|
|
|
%package -n %{name}+experimental-async-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+abi3-devel %{_description}
|
|
|
|
|
%description -n %{name}+experimental-async-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "abi3" feature of the "%{crate}" crate.
|
|
|
|
|
use the "experimental-async" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+abi3-devel
|
|
|
|
|
%files -n %{name}+experimental-async-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+experimental-declarative-modules-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+experimental-declarative-modules-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "experimental-declarative-modules" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+experimental-declarative-modules-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+multiple-pymethods-devel
|
|
|
|
|