# Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} %global crate ci_info Name: rust-ci_info0.3 Version: 0.3.1 Release: %autorelease Summary: Current CI environment information License: Apache-2.0 URL: https://crates.io/crates/ci_info Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Provides current CI environment information.} %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 %license %{crate_instdir}/docs/api/COPYRIGHT.txt %license %{crate_instdir}/docs/api/FiraSans-LICENSE.txt %license %{crate_instdir}/docs/api/Heuristica-LICENSE.txt %license %{crate_instdir}/docs/api/LICENSE-APACHE.txt %license %{crate_instdir}/docs/api/LICENSE-MIT.txt %license %{crate_instdir}/docs/api/SourceCodePro-LICENSE.txt %license %{crate_instdir}/docs/api/SourceSerifPro-LICENSE.txt %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}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-1-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-1-devel %{_description} This package contains library source intended for building other packages which use the "serde-1" feature of the "%{crate}" crate. %files -n %{name}+serde-1-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde_derive-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde_derive-devel %{_description} This package contains library source intended for building other packages which use the "serde_derive" feature of the "%{crate}" crate. %files -n %{name}+serde_derive-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 ci::ci_test %endif %changelog %autochangelog