From 2fbdea794df79cab7935f11047376f9e42e869dc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 20:39:51 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-humansize.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/rust-humansize.spec b/rust-humansize.spec index e9dc08c..f29b2da 100644 --- a/rust-humansize.spec +++ b/rust-humansize.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 humansize Name: rust-%{crate} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configurable crate to easily represent file sizes in a human-readable format # Upstream license specification: MIT/Apache-2.0 @@ -16,6 +16,9 @@ URL: https://crates.io/crates/humansize Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging @@ -53,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 @@ -65,5 +71,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 20:39:37 CEST 2019 Igor Gnatenko - 1.1.0-2 +- Regenerate + * Fri May 31 11:25:30 CEST 2019 Igor Gnatenko - 1.1.0-1 - Initial package