You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-proc-macro2/rust-proc-macro2.spec

101 lines
2.7 KiB

# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro2
Name: rust-proc-macro2
Version: 1.0.86
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}
# Manually created patch for downstream crate metadata changes
# * remove superfluous dev-dependencies that are only present for a noop doctest
Patch: proc-macro2-fix-metadata.diff
Patch: 0001-ignore-one-doctest-block-that-adds-superfluous-dev-d.patch
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 a test that harmlessly fails on 32-bit architectures
# * skip doctests that don't compile
%cargo_test -- -- --skip test_proc_macro2_wrapper_size_without_locations --skip 'src/lib.rs'
%endif
%changelog
%autochangelog