# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate proc-macro2 Name: rust-proc-macro2 Version: 1.0.71 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API License: MIT OR Apache-2.0 URL: https://crates.io/crates/proc-macro2 Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.} %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}/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}+proc-macro-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+proc-macro-devel %{_description} This package contains library source intended for building other packages which use the "proc-macro" feature of the "%{crate}" crate. %files -n %{name}+proc-macro-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+span-locations-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+span-locations-devel %{_description} This package contains library source intended for building other packages which use the "span-locations" feature of the "%{crate}" crate. %files -n %{name}+span-locations-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 # * skip doctests that don't compile %cargo_test -- -- --skip 'src/lib.rs' %endif %changelog %autochangelog