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

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc31
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate wild
Name: rust-%{crate}
Version: 2.0.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Glob (wildcard) expanded command-line arguments
# Upstream license specification: MIT
@ -22,14 +22,19 @@ Patch0: wild-fix-metadata.diff
Patch1: 0001-chore-Update-glob-to-0.3.patch
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
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 \
Glob (wildcard) expanded command-line arguments.
%global _description %{expand:
Glob (wildcard) expanded command-line arguments on Windows.}
%description %{_description}
@ -74,6 +79,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 21:58:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-4
- Regenerate
* Tue May 07 14:13:33 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.1-3
- Update glob to 0.3

Loading…
Cancel
Save