From 6362347fa705ef32f3d41b18542e7e497773df7b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 09 2019 17:57:29 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-lscolors.spec b/rust-lscolors.spec index fb764f3..7e6cc05 100644 --- a/rust-lscolors.spec +++ b/rust-lscolors.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm +# Generated by rust2rpm 9 %bcond_without check %global crate lscolors Name: rust-%{crate} Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Colorize paths using the LS_COLORS environment variable # Upstream license specification: MIT/Apache-2.0 @@ -14,18 +14,24 @@ URL: https://crates.io/crates/lscolors Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0) %if %{with check} BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) %endif +%endif -%global _description \ -Colorize paths using the LS_COLORS environment variable. +%global _description %{expand: +Colorize paths using the LS_COLORS environment variable.} %description %{_description} +%if ! %{__cargo_skip_build} %package -n %{crate} Summary: %{summary} @@ -35,6 +41,7 @@ Summary: %{summary} %license LICENSE-APACHE LICENSE-MIT %doc README.md %{_bindir}/lscolors +%endif %package devel Summary: %{summary} @@ -90,5 +97,8 @@ which use "ansi_term" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 19:56:47 CEST 2019 Igor Gnatenko - 0.5.0-2 +- Regenerate + * Thu Apr 25 2019 Robert-André Mauchin - 0.5.0-1 - Initial package