# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate winch-codegen Name: rust-winch-codegen0.19 Version: 0.19.2 Release: %autorelease Summary: Winch code generation library License: Apache-2.0 WITH LLVM-exception URL: https://crates.io/crates/winch-codegen Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 ExcludeArch: ppc64le %global _description %{expand: Winch code generation library.} %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 %{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}+all-arch-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+all-arch-devel %{_description} This package contains library source intended for building other packages which use the "all-arch" feature of the "%{crate}" crate. %files -n %{name}+all-arch-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+arm64-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+arm64-devel %{_description} This package contains library source intended for building other packages which use the "arm64" feature of the "%{crate}" crate. %files -n %{name}+arm64-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+x64-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+x64-devel %{_description} This package contains library source intended for building other packages which use the "x64" feature of the "%{crate}" crate. %files -n %{name}+x64-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 %autochangelog