From 6f2bc00469d2e49dbafe821ea6b55c6e4a681b15 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 10:44:05 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-slab.spec | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/rust-slab.spec b/rust-slab.spec index d88cfaf..5f5b5cc 100644 --- a/rust-slab.spec +++ b/rust-slab.spec @@ -1,24 +1,28 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate slab Name: rust-%{crate} Version: 0.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pre-allocated storage for a uniform data type +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/slab Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -Pre-allocated storage for a uniform data type. +%global _description %{expand: +Pre-allocated storage for a uniform data type.} %description %{_description} @@ -52,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 @@ -64,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 10:43:41 CEST 2019 Igor Gnatenko - 0.4.2-4 +- Regenerate + * Sat Mar 09 2019 Igor Gnatenko - 0.4.2-3 - Adapt to new packaging