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-macro-hack/rust-proc-macro-hack.spec

77 lines
1.8 KiB

# Generated by rust2rpm 23
# * demo-hack is not packaged
%bcond_with check
%global debug_package %{nil}
%global crate proc-macro-hack
%global upstream_version 0.5.20+deprecated
Name: rust-proc-macro-hack
Version: 0.5.20
Release: %autorelease
Summary: Procedural macros in expression position
License: MIT OR Apache-2.0
URL: https://crates.io/crates/proc-macro-hack
Source: %{crates_source %{crate} %{upstream_version}}
# Manually created patch for downstream crate metadata changes
# * remove "deprecated" specifier from version string
Patch: proc-macro-hack-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Procedural macros in expression position.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
# deprecated by upstream: not needed since Rust 1.45
Provides: deprecated()
%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
%prep
%autosetup -n %{crate}-%{upstream_version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog