# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate cranelift-isle Name: rust-cranelift-isle0.91 Version: 0.91.1 Release: %autorelease Summary: ISLE: Instruction Selection and Lowering Expressions License: Apache-2.0 WITH LLVM-exception URL: https://crates.io/crates/cranelift-isle Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift.} %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 # FIXME: no license files detected %doc %{crate_instdir}/README.md %{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}+codespan-reporting-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+codespan-reporting-devel %{_description} This package contains library source intended for building other packages which use the "codespan-reporting" feature of the "%{crate}" crate. %files -n %{name}+codespan-reporting-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+fancy-errors-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+fancy-errors-devel %{_description} This package contains library source intended for building other packages which use the "fancy-errors" feature of the "%{crate}" crate. %files -n %{name}+fancy-errors-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+log-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+log-devel %{_description} This package contains library source intended for building other packages which use the "log" feature of the "%{crate}" crate. %files -n %{name}+log-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+logging-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+logging-devel %{_description} This package contains library source intended for building other packages which use the "logging" feature of the "%{crate}" crate. %files -n %{name}+logging-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog