diff --git a/rust-wild.spec b/rust-wild.spec index dce1201..639bd40 100644 --- a/rust-wild.spec +++ b/rust-wild.spec @@ -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 - 2.0.1-4 +- Regenerate + * Tue May 07 14:13:33 CEST 2019 Igor Gnatenko - 2.0.1-3 - Update glob to 0.3