File rust-cranelift-isle.spec of Package rust-cranelift-isle
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate cranelift-isle
Name: rust-cranelift-isle
Version: 0.106.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: https://crates.io/api/v1/crates/%crate/%version/download#/%crate-%version.crate
BuildRequires: cargo-rpm-macros >= 24
%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} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%endif
%changelog
%autochangelog