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

@ -1,11 +1,11 @@
# Generated by rust2rpm # Generated by rust2rpm 9
%bcond_without check %bcond_without check
%global crate lscolors %global crate lscolors
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.0 Version: 0.5.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Colorize paths using the LS_COLORS environment variable Summary: Colorize paths using the LS_COLORS environment variable
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -14,18 +14,24 @@ URL: https://crates.io/crates/lscolors
Source: %{crates_source} Source: %{crates_source}
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(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0) BuildRequires: (crate(ansi_term/default) >= 0.11.0 with crate(ansi_term/default) < 0.12.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0) BuildRequires: (crate(tempdir/default) >= 0.3.0 with crate(tempdir/default) < 0.4.0)
%endif %endif
%endif
%global _description \ %global _description %{expand:
Colorize paths using the LS_COLORS environment variable. Colorize paths using the LS_COLORS environment variable.}
%description %{_description} %description %{_description}
%if ! %{__cargo_skip_build}
%package -n %{crate} %package -n %{crate}
Summary: %{summary} Summary: %{summary}
@ -35,6 +41,7 @@ Summary: %{summary}
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md %doc README.md
%{_bindir}/lscolors %{_bindir}/lscolors
%endif
%package devel %package devel
Summary: %{summary} Summary: %{summary}
@ -90,5 +97,8 @@ which use "ansi_term" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 09 19:56:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-2
- Regenerate
* Thu Apr 25 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.0-1 * Thu Apr 25 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.0-1
- Initial package - Initial package

Loading…
Cancel
Save