From 8b93f1b4cb9534da8f7980aa0ccefe2fe6075f0c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 08 2019 22:02:12 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-crossbeam-utils.spec b/rust-crossbeam-utils.spec index 1b14f5c..f9b3e9b 100644 --- a/rust-crossbeam-utils.spec +++ b/rust-crossbeam-utils.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 crossbeam-utils Name: rust-%{crate} Version: 0.6.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utilities for concurrent programming # Upstream license specification: MIT/Apache-2.0 @@ -16,16 +15,21 @@ URL: https://crates.io/crates/crossbeam-utils Source: %{crates_source} 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(lazy_static/default) >= 1.1.0 with crate(lazy_static/default) < 2.0.0) %if %{with check} BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) %endif +%endif -%global _description \ -Utilities for concurrent programming. +%global _description %{expand: +Utilities for concurrent programming.} %description %{_description} @@ -67,6 +71,18 @@ which use "lazy_static" feature of "%{crate}" crate. %files -n %{name}+lazy_static-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%package -n %{name}+nightly-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nightly-devel %{_description} + +This package contains library source intended for building other packages +which use "nightly" feature of "%{crate}" crate. + +%files -n %{name}+nightly-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch @@ -95,6 +111,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sun Jun 09 00:01:43 CEST 2019 Igor Gnatenko - 0.6.5-3 +- Regenerate + * Sat Feb 02 2019 Fedora Release Engineering - 0.6.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild