diff --git a/rust-quote.spec b/rust-quote.spec index 0994bda..bc2a957 100644 --- a/rust-quote.spec +++ b/rust-quote.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate quote Name: rust-%{crate} Version: 0.6.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Quasi-quoting macro quote!(...) # Upstream license specification: MIT/Apache-2.0 @@ -16,13 +15,18 @@ URL: https://crates.io/crates/quote Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(proc-macro2) >= 0.4.21 with crate(proc-macro2) < 0.5.0) BuildRequires: (crate(proc-macro2/proc-macro) >= 0.4.21 with crate(proc-macro2/proc-macro) < 0.5.0) +%endif -%global _description \ -Quasi-quoting macro quote!(...). +%global _description %{expand: +Quasi-quoting macro quote!(...).} %description %{_description} @@ -80,6 +84,9 @@ which use "proc-macro" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 10:23:39 CEST 2019 Igor Gnatenko - 0.6.12-2 +- Regenerate + * Wed Apr 10 07:48:32 CEST 2019 Igor Gnatenko - 0.6.12-1 - Update to 0.6.12