From e6a07e6c4fecc75d3b44fc2c557de108cb44d34a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 09:36:56 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-ucd-trie.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/rust-ucd-trie.spec b/rust-ucd-trie.spec index a93d713..9b7a966 100644 --- a/rust-ucd-trie.spec +++ b/rust-ucd-trie.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate ucd-trie Name: rust-%{crate} Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Trie for storing Unicode codepoint sets and maps # Upstream license specification: MIT/Apache-2.0 @@ -15,14 +15,14 @@ URL: https://crates.io/crates/ucd-trie Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%if %{with check} -BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0) -%endif -%global _description \ -A trie for storing Unicode codepoint sets and maps. +%global _description %{expand: +Trie for storing Unicode codepoint sets and maps.} %description %{_description} @@ -68,6 +68,9 @@ which use "std" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -80,6 +83,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 09:36:33 CEST 2019 Igor Gnatenko - 0.1.1-5 +- Regenerate + * Sun Feb 10 2019 Igor Gnatenko - 0.1.1-4 - Adapt to new packaging