From e94f4ac1f4e7f60bc9f328da9ae648a5ea64cfa8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 10:06:07 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-grep-cli.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/rust-grep-cli.spec b/rust-grep-cli.spec index adedc29..3b0e750 100644 --- a/rust-grep-cli.spec +++ b/rust-grep-cli.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-cli Name: rust-%{crate} Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities for search oriented command line applications # Upstream license specification: Unlicense/MIT @@ -19,8 +18,12 @@ Source: %{crates_source} Patch0: grep-cli-fix-metadata.diff ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(atty/default) >= 0.2.11 with crate(atty/default) < 0.3.0) BuildRequires: (crate(bstr/default) >= 0.1.2 with crate(bstr/default) < 0.2.0) BuildRequires: (crate(globset/default) >= 0.4.3 with crate(globset/default) < 0.5.0) @@ -29,9 +32,10 @@ BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0) BuildRequires: (crate(regex/default) >= 1.1.0 with crate(regex/default) < 2.0.0) BuildRequires: (crate(same-file/default) >= 1.0.4 with crate(same-file/default) < 2.0.0) BuildRequires: (crate(termcolor/default) >= 1.0.4 with crate(termcolor/default) < 2.0.0) +%endif -%global _description \ -Utilities for search oriented command line applications. +%global _description %{expand: +Utilities for search oriented command line applications.} %description %{_description} @@ -77,6 +81,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 10:05:25 CEST 2019 Igor Gnatenko - 0.1.2-2 +- Regenerate + * Tue Apr 16 12:28:22 CEST 2019 Igor Gnatenko - 0.1.2-1 - Update to 0.1.2