From a27c8c8d75110ffc991b374e7185e367e517e266 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 11:15:11 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-grep-pcre2.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/rust-grep-pcre2.spec b/rust-grep-pcre2.spec index f6e48d3..446b373 100644 --- a/rust-grep-pcre2.spec +++ b/rust-grep-pcre2.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-pcre2 Name: rust-%{crate} Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Use PCRE2 with the 'grep' crate # Upstream license specification: Unlicense/MIT @@ -16,13 +15,18 @@ URL: https://crates.io/crates/grep-pcre2 Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(grep-matcher/default) >= 0.1.2 with crate(grep-matcher/default) < 0.2.0) BuildRequires: (crate(pcre2/default) >= 0.2.0 with crate(pcre2/default) < 0.3.0) +%endif -%global _description \ -Use PCRE2 with the 'grep' crate. +%global _description %{expand: +Use PCRE2 with the 'grep' crate.} %description %{_description} @@ -68,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 11:14:44 CEST 2019 Igor Gnatenko - 0.1.3-2 +- Regenerate + * Tue Apr 16 2019 Josh Stone - 0.1.3-1 - Update to 0.1.3