# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate galvanic-test Name: rust-galvanic-test Version: 0.2.0 Release: %autorelease Summary: Testing framework for setting up test fixtures/environments License: Apache-2.0 URL: https://crates.io/crates/galvanic-test Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: A testing framework for setting up and tearing up test fixtures/environments with support for parameterised test cases. This crate is part of galvanic---a complete test framework for Rust.} %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 %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}+galvanic-mock-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+galvanic-mock-devel %{_description} This package contains library source intended for building other packages which use the "galvanic-mock" feature of the "%{crate}" crate. %files -n %{name}+galvanic-mock-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+galvanic_mock_integration-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+galvanic_mock_integration-devel %{_description} This package contains library source intended for building other packages which use the "galvanic_mock_integration" feature of the "%{crate}" crate. %files -n %{name}+galvanic_mock_integration-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