diff --git a/rust-unic-char-property.spec b/rust-unic-char-property.spec index 7686c31..f35073a 100644 --- a/rust-unic-char-property.spec +++ b/rust-unic-char-property.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-property Name: rust-%{crate} Version: 0.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: UNIC — Character Property taxonomy, contracts and build macros # Upstream license specification: MIT/Apache-2.0 @@ -16,9 +16,11 @@ URL: https://crates.io/crates/unic-char-property Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(unic-char-range/default) >= 0.9.0 with crate(unic-char-range/default) < 0.10.0) %global _description %{expand: UNIC — Unicode Character Tools — Character Property taxonomy, contracts and @@ -54,6 +56,9 @@ which use "default" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -66,5 +71,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 23:34:17 CEST 2019 Igor Gnatenko - 0.9.0-2 +- Regenerate + * Fri May 31 11:36:11 CEST 2019 Igor Gnatenko - 0.9.0-1 - Initial package