Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 8af5cb252a
commit d374924ea8
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: 2.0.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Glob (wildcard) expanded command-line arguments
# Upstream license specification: MIT
@ -27,11 +27,6 @@ BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
%if %{with check}
BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0)
%endif
%endif
%global _description %{expand:
Glob (wildcard) expanded command-line arguments on Windows.}
@ -67,6 +62,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
@ -79,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jul 14 18:59:29 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-5
- Regenerate
* Sun Jun 09 21:58:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-4
- Regenerate

Loading…
Cancel
Save