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

@ -1,5 +1,5 @@
--- colored-1.8.0/Cargo.toml 1969-12-31T16:00:00-08:00 --- colored-1.8.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ colored-1.8.0/Cargo.toml 2019-05-02T16:22:56.518014-07:00 +++ colored-1.8.0/Cargo.toml 2019-06-21T20:27:36.632433+00:00
@@ -23,8 +23,6 @@ @@ -23,8 +23,6 @@
[dependencies.lazy_static] [dependencies.lazy_static]
version = "1.2.0" version = "1.2.0"

@ -1,4 +1,4 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
# * 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: 2%{?dist} Release: 3%{?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
@ -24,13 +24,6 @@ BuildArch: noarch
%endif %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)
%if %{with check}
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
%endif
%endif
%global _description %{expand: %global _description %{expand:
Most simple way to add colors in your terminal.} Most simple way to add colors in your terminal.}
@ -79,6 +72,9 @@ which use "no-color" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -91,6 +87,9 @@ which use "no-color" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jun 21 22:27:36 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-3
- Regenerate
* Sun Jun 09 15:37:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-2 * Sun Jun 09 15:37:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.0-2
- Regenerate - Regenerate

Loading…
Cancel
Save