From 40123bacee5864f014127fb903665ecaa14471c7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Jun 2019 21:57:57 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-tempfile.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/rust-tempfile.spec b/rust-tempfile.spec index e05bc22..f389d29 100644 --- a/rust-tempfile.spec +++ b/rust-tempfile.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 tempfile Name: rust-%{crate} Version: 3.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for managing temporary files and directories # Upstream license specification: MIT/Apache-2.0 @@ -19,15 +19,20 @@ Source: %{crates_source} Patch0: tempfile-fix-metadata.diff ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging +%if ! %{__cargo_skip_build} BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0) BuildRequires: (crate(libc/default) >= 0.2.27 with crate(libc/default) < 0.3.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.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 temporary files and directories. +%global _description %{expand: +Library for managing temporary files and directories.} %description %{_description} @@ -73,6 +78,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 21:57:26 CEST 2019 Igor Gnatenko - 3.0.8-2 +- Regenerate + * Fri May 31 2019 Josh Stone - 3.0.8-1 - Update to 3.0.8