diff --git a/rust-lazy_static.spec b/rust-lazy_static.spec index f86c8e6..4ede017 100644 --- a/rust-lazy_static.spec +++ b/rust-lazy_static.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 9 +%bcond_without check %global debug_package %{nil} %global crate lazy_static Name: rust-%{crate} Version: 1.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Macro for declaring lazily evaluated statics in Rust # Upstream license specification: MIT/Apache-2.0 @@ -16,11 +15,14 @@ URL: https://crates.io/crates/lazy_static Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -%global _description \ -A macro for declaring lazily evaluated statics in Rust. +%global _description %{expand: +Macro for declaring lazily evaluated statics in Rust.} %description %{_description} @@ -90,6 +92,9 @@ which use "spin_no_std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 10:14:00 CEST 2019 Igor Gnatenko - 1.3.0-4 +- Regenerate + * Sun Mar 10 2019 Igor Gnatenko - 1.3.0-3 - Do not pull optional dependencies