diff --git a/rust-globset.spec b/rust-globset.spec index 0abfe95..06d6326 100644 --- a/rust-globset.spec +++ b/rust-globset.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 globset Name: rust-%{crate} Version: 0.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Single glob and glob set matching # Upstream license specification: Unlicense/MIT @@ -15,8 +15,12 @@ URL: https://crates.io/crates/globset Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(aho-corasick/default) >= 0.7.3 with crate(aho-corasick/default) < 0.8.0) BuildRequires: (crate(bstr/std) >= 0.1.2 with crate(bstr/std) < 0.2.0) BuildRequires: (crate(fnv/default) >= 1.0.6 with crate(fnv/default) < 2.0.0) @@ -25,11 +29,12 @@ BuildRequires: (crate(regex/default) >= 1.1.5 with crate(regex/default) < 2.0.0 %if %{with check} BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0) %endif +%endif -%global _description \ -Cross platform single glob and glob set matching. Glob set matching is the\ -process of matching one or more glob patterns against a single candidate path\ -simultaneously, and returning all of the globs that matched. +%global _description %{expand: +Cross platform single glob and glob set matching. Glob set matching is the +process of matching one or more glob patterns against a single candidate path +simultaneously, and returning all of the globs that matched.} %description %{_description} @@ -87,6 +92,9 @@ which use "simd-accel" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 09:54:35 CEST 2019 Igor Gnatenko - 0.4.3-3 +- Regenerate + * Tue May 07 12:54:44 CEST 2019 Igor Gnatenko - 0.4.3-2 - Rebuild