From 0f9ec7a071cc7c23a5cd4a132aa1046dbae2490c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 22:07:24 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-terminal_size.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/rust-terminal_size.spec b/rust-terminal_size.spec index 8be5819..df60643 100644 --- a/rust-terminal_size.spec +++ b/rust-terminal_size.spec @@ -1,5 +1,5 @@ -# Generated by rust2rpm -# ENOTTY: stty: /dev/stderr: Inappropriate ioctl for device +# Generated by rust2rpm 9 +# * ENOTTY: stty: /dev/stderr: Inappropriate ioctl for device %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Gets the size of your Linux or Windows terminal # Upstream license specification: MIT OR Apache-2.0 @@ -19,12 +19,17 @@ Source: %{crates_source} Patch0: terminal_size-fix-metadata.diff ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) +%endif -%global _description \ -Gets the size of your Linux or Windows terminal. +%global _description %{expand: +Gets the size of your Linux or Windows terminal.} %description %{_description} @@ -70,5 +75,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 22:06:46 CEST 2019 Igor Gnatenko - 0.1.8-2 +- Regenerate + * Thu Apr 25 2019 Robert-André Mauchin - 0.1.8-1 - Initial package