diff --git a/rust-termcolor.spec b/rust-termcolor.spec index e50960a..aae093a 100644 --- a/rust-termcolor.spec +++ b/rust-termcolor.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm-9-1.fc30 -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate termcolor Name: rust-%{crate} Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple cross platform library for writing colored text to a terminal # Upstream license specification: Unlicense OR MIT @@ -19,11 +18,14 @@ Source: %{crates_source} Patch0: termcolor-fix-metadata.diff ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -A simple cross platform library for writing colored text to a terminal. +%global _description %{expand: +Simple cross platform library for writing colored text to a terminal.} %description %{_description} @@ -69,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 11:12:29 CEST 2019 Igor Gnatenko - 1.0.5-2 +- Regenerate + * Tue Jun 04 2019 Josh Stone - 1.0.5-1 - Update to 1.0.5