diff --git a/rust-regex-syntax.spec b/rust-regex-syntax.spec index a0fb85b..073643a 100644 --- a/rust-regex-syntax.spec +++ b/rust-regex-syntax.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate regex-syntax Name: rust-%{crate} Version: 0.6.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Regular expression parser # Upstream license specification: MIT/Apache-2.0 @@ -16,12 +15,17 @@ URL: https://crates.io/crates/regex-syntax Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(ucd-util/default) >= 0.1.0 with crate(ucd-util/default) < 0.2.0) +%endif -%global _description \ -A regular expression parser. +%global _description %{expand: +Regular expression parser.} %description %{_description} @@ -66,6 +70,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 11:20:40 CEST 2019 Igor Gnatenko - 0.6.6-2 +- Regenerate + * Tue Apr 02 2019 Josh Stone - 0.6.6-1 - Update to 0.6.6