From 81354832f6322932a2f13bcd3d11eab387a867c2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 21:38:02 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-tempdir.spec | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/rust-tempdir.spec b/rust-tempdir.spec index 74418c3..7bc8519 100644 --- a/rust-tempdir.spec +++ b/rust-tempdir.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate tempdir Name: rust-%{crate} Version: 0.3.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for managing a temporary directory # Upstream license specification: MIT/Apache-2.0 @@ -15,14 +15,19 @@ URL: https://crates.io/crates/tempdir Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0) BuildRequires: (crate(remove_dir_all/default) >= 0.5.0 with crate(remove_dir_all/default) < 0.6.0) +%endif -%global _description \ -A library for managing a temporary directory and deleting all contents when\ -it's dropped. +%global _description %{expand: +Library for managing a temporary directory and deleting all contents when it's +dropped.} %description %{_description} @@ -68,6 +73,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 21:37:27 CEST 2019 Igor Gnatenko - 0.3.7-6 +- Regenerate + * Sat Mar 09 2019 Igor Gnatenko - 0.3.7-5 - Adapt to new packaging