From ef30690f2f398e535e4926498552d73173dc1ecc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Jul 2019 19:19:24 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-pad.spec | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/rust-pad.spec b/rust-pad.spec index f98d34e..82992e6 100644 --- a/rust-pad.spec +++ b/rust-pad.spec @@ -1,26 +1,28 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate pad Name: rust-%{crate} Version: 0.1.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library for padding strings at runtime +# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/pad -Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(unicode-width/default) >= 0.1.1 with crate(unicode-width/default) < 0.2.0) -%global _description \ -Library for padding strings at runtime. +%global _description %{expand: +Library for padding strings at runtime.} %description %{_description} @@ -51,9 +53,12 @@ which use "default" feature of "%{crate}" crate. %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep -%autosetup -n %{crate}-%{version} -p1 +%autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -66,6 +71,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Jul 14 19:18:58 CEST 2019 Igor Gnatenko - 0.1.5-5 +- Regenerate + * Sat Feb 02 2019 Fedora Release Engineering - 0.1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild