|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
%bcond_without check
|
|
|
|
%bcond check 1
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate pyo3-macros
|
|
|
|
%global crate pyo3-macros
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-pyo3-macros
|
|
|
|
Name: rust-pyo3-macros
|
|
|
|
Version: 0.22.6
|
|
|
|
Version: 0.23.3
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Proc macros for PyO3 package
|
|
|
|
Summary: Proc macros for PyO3 package
|
|
|
|
|
|
|
|
|
|
|
@ -58,18 +58,6 @@ use the "experimental-async" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+experimental-async-devel
|
|
|
|
%files -n %{name}+experimental-async-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+multiple-pymethods-devel
|
|
|
|
%package -n %{name}+multiple-pymethods-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|