diff --git a/rust-unic-char-range.spec b/rust-unic-char-range.spec index 312d1d4..fdf09b7 100644 --- a/rust-unic-char-range.spec +++ b/rust-unic-char-range.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 9 -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate unic-char-range Name: rust-%{crate} Version: 0.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: UNIC — Unicode Character Tools — Character Range and Iteration # Upstream license specification: MIT/Apache-2.0 @@ -16,6 +16,9 @@ URL: https://crates.io/crates/unic-char-range Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging @@ -124,6 +127,9 @@ which use "unstable" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -136,5 +142,8 @@ which use "unstable" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 23 11:29:56 CEST 2019 Igor Gnatenko - 0.9.0-2 +- Regenerate + * Fri May 31 11:36:26 CEST 2019 Igor Gnatenko - 0.9.0-1 - Initial package