diff --git a/rust-num-integer.spec b/rust-num-integer.spec index 6579f7d..6701749 100644 --- a/rust-num-integer.spec +++ b/rust-num-integer.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm-9-1.fc30 -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate num-integer Name: rust-%{crate} Version: 0.1.41 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Integer traits and functions # Upstream license specification: MIT/Apache-2.0 @@ -15,14 +15,19 @@ URL: https://crates.io/crates/num-integer Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(autocfg/default) >= 0.1.3 with crate(autocfg/default) < 0.2.0) BuildRequires: (crate(num-traits) >= 0.2.4 with crate(num-traits) < 0.3.0) BuildRequires: (crate(num-traits/std) >= 0.2.4 with crate(num-traits/std) < 0.3.0) +%endif -%global _description \ -Integer traits and functions. +%global _description %{expand: +Integer traits and functions.} %description %{_description} @@ -92,6 +97,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 15:22:35 CEST 2019 Igor Gnatenko - 0.1.41-2 +- Regenerate + * Wed May 22 2019 Josh Stone - 0.1.41-1 - Update to 0.1.41