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

@ -1,4 +1,4 @@
# Generated by rust2rpm 9
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.11.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Progress bar and cli reporting library for Rust
# Upstream license specification: MIT
@ -25,18 +25,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(console/default) >= 0.7.1 with crate(console/default) < 1.0.0)
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
BuildRequires: (crate(number_prefix/default) >= 0.3.0 with crate(number_prefix/default) < 0.4.0)
BuildRequires: (crate(parking_lot/default) >= 0.0.0 with crate(parking_lot/default) < 1.0.0)
BuildRequires: (crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(futures/default) >= 0.1.0 with crate(futures/default) < 0.2.0)
BuildRequires: (crate(rand/default) >= 0.0.0 with crate(rand/default) < 1.0.0)
BuildRequires: (crate(tokio-core/default) >= 0.1.0 with crate(tokio-core/default) < 0.2.0)
%endif
%endif
%global _description %{expand:
Progress bar and cli reporting library for Rust.}
@ -73,6 +61,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -85,6 +76,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jul 21 08:54:40 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-5
- Regenerate
* Sun Jun 09 14:47:20 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-4
- Regenerate

Loading…
Cancel
Save