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

@ -1,4 +1,4 @@
# Generated by rust2rpm # Generated by rust2rpm 9
# * rspec is not packaged # * rspec is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.8.0 Version: 1.8.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Most simple way to add colors in your terminal Summary: Most simple way to add colors in your terminal
# Upstream license specification: MPL-2.0 # Upstream license specification: MPL-2.0
@ -19,16 +19,21 @@ Source: %{crates_source}
Patch0: colored-fix-metadata.diff Patch0: colored-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(lazy_static/default) >= 1.2.0 with crate(lazy_static/default) < 2.0.0) BuildRequires: (crate(lazy_static/default) >= 1.2.0 with crate(lazy_static/default) < 2.0.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(ansi_term/default) >= 0.9.0 with crate(ansi_term/default) < 0.10.0) BuildRequires: (crate(ansi_term/default) >= 0.9.0 with crate(ansi_term/default) < 0.10.0)
BuildRequires: crate(rspec/default) = 1.0.0~beta.3 BuildRequires: crate(rspec/default) = 1.0.0~beta.3
%endif %endif
%endif
%global _description \ %global _description %{expand:
The most simple way to add colors in your terminal. Most simple way to add colors in your terminal.}
%description %{_description} %description %{_description}
@ -86,6 +91,9 @@ which use "no-color" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 15:37:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-2
- Regenerate
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 1.8.0-1 * Thu May 02 2019 Josh Stone <jistone@redhat.com> - 1.8.0-1
- Update to 1.8.0 - Update to 1.8.0

Loading…
Cancel
Save