# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate tonic-build Name: rust-tonic-build Version: 0.9.2 Release: %autorelease Summary: Codegen module of tonic gRPC implementation License: MIT URL: https://crates.io/crates/tonic-build Source: %{crates_source} BuildRequires: rust-packaging >= 21 BuildRequires: rust-prettyplease+default-devel = 0.1.25 BuildRequires: rust-proc-macro2+default-devel >= 1.0.0, rust-proc-macro2+default-devel < 2.0.0 BuildRequires: rust-prost-build+default-devel >= 0.11.9, rust-prost-build+default-devel < 0.12.0 BuildRequires: rust-quote+default-devel >= 1.0.0, rust-quote+default-devel < 2.0.0 BuildRequires: rust-syn1+default-devel >= 1.0.0, rust-syn1+default-devel < 2.0.0 %global _description %{expand: Codegen module of `tonic` gRPC implementation.} %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}+cleanup-markdown-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+cleanup-markdown-devel %{_description} This package contains library source intended for building other packages which use the "cleanup-markdown" feature of the "%{crate}" crate. %files -n %{name}+cleanup-markdown-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+prost-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+prost-devel %{_description} This package contains library source intended for building other packages which use the "prost" feature of the "%{crate}" crate. %files -n %{name}+prost-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+prost-build-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+prost-build-devel %{_description} This package contains library source intended for building other packages which use the "prost-build" feature of the "%{crate}" crate. %files -n %{name}+prost-build-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+transport-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+transport-devel %{_description} This package contains library source intended for building other packages which use the "transport" feature of the "%{crate}" crate. %files -n %{name}+transport-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