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

@ -1,11 +1,11 @@
# Generated by rust2rpm 9
# Generated by rust2rpm 10
%bcond_without check
%global crate lscolors
Name: rust-%{crate}
Version: 0.5.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Colorize paths using the LS_COLORS environment variable
# Upstream license specification: MIT/Apache-2.0
@ -19,12 +19,6 @@ 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 %{expand:
Colorize paths using the LS_COLORS environment variable.}
@ -85,6 +79,9 @@ which use "ansi_term" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -97,6 +94,9 @@ which use "ansi_term" feature of "%{crate}" crate.
%endif
%changelog
* Sat Jul 20 21:20:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-3
- Regenerate
* Sun Jun 09 19:56:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-2
- Regenerate

Loading…
Cancel
Save