From 724c60d938da572a19f8d1d4b4a03cdde7927e8c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 10:09:16 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-grep-matcher.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/rust-grep-matcher.spec b/rust-grep-matcher.spec index b8f1a37..5c8d3af 100644 --- a/rust-grep-matcher.spec +++ b/rust-grep-matcher.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 grep-matcher Name: rust-%{crate} Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Trait for regular expressions, with a focus on line oriented search # Upstream license specification: Unlicense/MIT @@ -16,15 +15,20 @@ URL: https://crates.io/crates/grep-matcher Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(memchr/default) >= 2.1.0 with crate(memchr/default) < 3.0.0) %if %{with check} BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0) %endif +%endif -%global _description \ -A trait for regular expressions, with a focus on line oriented search. +%global _description %{expand: +Trait for regular expressions, with a focus on line oriented search.} %description %{_description} @@ -70,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 10:08:48 CEST 2019 Igor Gnatenko - 0.1.2-2 +- Regenerate + * Tue Apr 16 2019 Josh Stone - 0.1.2-1 - Update to 0.1.2