Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 3761bec6b3
commit d6e972a903
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -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 <ignatenkobrain@fedoraproject.org> - 1.0.5-2
- Regenerate
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 1.0.5-1
- Update to 1.0.5

Loading…
Cancel
Save