# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate rstest Name: rust-rstest0.9 Version: 0.9.0 Release: %autorelease Summary: Rust fixture based test framework # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/rstest Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests.} %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}/LICENCE-MIT %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/docs/head/COPYRIGHT.txt %license %{crate_instdir}/docs/head/FiraSans-LICENSE.txt %license %{crate_instdir}/docs/head/LICENSE-APACHE.txt %license %{crate_instdir}/docs/head/LICENSE-MIT.txt %license %{crate_instdir}/docs/head/SourceCodePro-LICENSE.txt %license %{crate_instdir}/docs/head/SourceSerifPro-LICENSE.md %doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/README.md %doc %{crate_instdir}/checkoutlist.md %doc %{crate_instdir}/notes.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} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test -- -- --skip fixture --skip rstest %endif %changelog %autochangelog