From 78961da05f1c67d8e022a7f06e84382f288da812 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 20:40:31 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-enum-as-inner.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/rust-enum-as-inner.spec b/rust-enum-as-inner.spec index 3f3f37d..5990f28 100644 --- a/rust-enum-as-inner.spec +++ b/rust-enum-as-inner.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 9 -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate enum-as-inner Name: rust-%{crate} Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Proc-macro for deriving inner field accessor functions on enums # Upstream license specification: MIT/Apache-2.0 @@ -15,11 +15,11 @@ URL: https://crates.io/crates/enum-as-inner Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0) -BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0) -BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0) %global _description %{expand: Proc-macro for deriving inner field accessor functions on enums.} @@ -56,6 +56,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -68,5 +71,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 20:40:17 CEST 2019 Igor Gnatenko - 0.2.1-2 +- Regenerate + * Thu May 30 21:04:28 CEST 2019 Igor Gnatenko - 0.2.1-1 - Initial package