File rust-libtest-mimic.spec of Package rust-libtest-mimic

# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}

%global crate libtest-mimic

Name:           rust-libtest-mimic
Version:        0.7.0
Release:        %autorelease
Summary:        Test harness that looks and behaves like rustc's built-in test harness

# Upstream license specification: MIT/Apache-2.0
License:        MIT OR Apache-2.0
URL:            https://crates.io/crates/libtest-mimic
Source:         https://crates.io/api/v1/crates/%crate/%version/download#/%crate-%version.crate

BuildRequires:  rust-packaging >= 21
BuildRequires:  crate(escape8259) crate(anstream) crate(clap_derive) crate(clap) crate(termcolor) crate(threadpool)

%global _description %{expand:
Write your own test harness that looks and behaves like the built-in
test harness used by `rustc --test`.}

%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-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%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

%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

%generate_buildrequires

%build
%cargo_build

%install
%cargo_install

%if %{with check}
%check
%endif

%changelog
%autochangelog
openSUSE Build Service is sponsored by