From dfe9914b2318edd6719b34a355f95a4ad7de35e4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 10:17:30 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-ignore.spec | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/rust-ignore.spec b/rust-ignore.spec index aeea206..bee850f 100644 --- a/rust-ignore.spec +++ b/rust-ignore.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 ignore Name: rust-%{crate} Version: 0.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast library for efficiently matching ignore files # Upstream license specification: Unlicense/MIT @@ -19,8 +18,12 @@ Source: %{crates_source} Patch0: ignore-fix-metadata.diff ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(crossbeam-channel/default) >= 0.3.6 with crate(crossbeam-channel/default) < 0.4.0) BuildRequires: (crate(globset/default) >= 0.4.3 with crate(globset/default) < 0.5.0) BuildRequires: (crate(lazy_static/default) >= 1.1.0 with crate(lazy_static/default) < 2.0.0) @@ -33,10 +36,11 @@ BuildRequires: (crate(walkdir/default) >= 2.2.7 with crate(walkdir/default) < 3 %if %{with check} BuildRequires: (crate(tempfile/default) >= 3.0.5 with crate(tempfile/default) < 4.0.0) %endif +%endif -%global _description \ -A fast library for efficiently matching ignore files such as `.gitignore`\ -against file paths. +%global _description %{expand: +Fast library for efficiently matching ignore files such as `.gitignore` against +file paths.} %description %{_description} @@ -94,6 +98,9 @@ which use "simd-accel" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 10:16:41 CEST 2019 Igor Gnatenko - 0.4.7-2 +- Regenerate + * Tue Apr 16 12:45:05 CEST 2019 Igor Gnatenko - 0.4.7-1 - Update to 0.4.7