From dcddea7e6a7efca6169cd9bb4e703c57dfe27d8b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 14:27:23 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-console.spec | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/rust-console.spec b/rust-console.spec index f386142..eed3134 100644 --- a/rust-console.spec +++ b/rust-console.spec @@ -1,15 +1,15 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate console Name: rust-%{crate} Version: 0.7.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Terminal and console abstraction for Rust +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/console Source: %{crates_source} @@ -18,8 +18,12 @@ Source: %{crates_source} Patch0: console-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(clicolors-control/default) >= 1.0.0 with crate(clicolors-control/default) < 2.0.0) BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0) @@ -28,9 +32,10 @@ BuildRequires: (crate(parking_lot/default) >= 0.0.0 with crate(parking_lot/defa BuildRequires: (crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0) BuildRequires: (crate(termios/default) >= 0.3.0 with crate(termios/default) < 0.4.0) BuildRequires: (crate(unicode-width/default) >= 0.1.0 with crate(unicode-width/default) < 0.2.0) +%endif -%global _description \ -A terminal and console abstraction for Rust. +%global _description %{expand: +Terminal and console abstraction for Rust.} %description %{_description} @@ -76,6 +81,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 14:26:32 CEST 2019 Igor Gnatenko - 0.7.5-3 +- Regenerate + * Sat Feb 02 2019 Fedora Release Engineering - 0.7.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild