|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate bindgen
|
|
|
|
|
|
|
|
|
|
Name: rust-bindgen
|
|
|
|
|
Version: 0.68.1
|
|
|
|
|
Version: 0.69.4
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
|
|
|
|
|
|
|
|
|
@ -70,16 +70,16 @@ use the "__testing_only_extra_assertions" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+__testing_only_extra_assertions-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+__testing_only_libclang_5-devel
|
|
|
|
|
%package -n %{name}+__testing_only_libclang_16-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+__testing_only_libclang_5-devel %{_description}
|
|
|
|
|
%description -n %{name}+__testing_only_libclang_16-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "__testing_only_libclang_5" feature of the "%{crate}" crate.
|
|
|
|
|
use the "__testing_only_libclang_16" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+__testing_only_libclang_5-devel
|
|
|
|
|
%files -n %{name}+__testing_only_libclang_16-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+__testing_only_libclang_9-devel
|
|
|
|
@ -167,7 +167,7 @@ use the "which-rustfmt" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|