From 3da0950fc4d9963524f676eefbfab0d1f377469c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 22 2019 14:17:51 +0000 Subject: Regenerate Signed-off-by: Igor Gnatenko --- diff --git a/rust-xattr.spec b/rust-xattr.spec index 31cf841..8bc2b24 100644 --- a/rust-xattr.spec +++ b/rust-xattr.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm -# Tests are run in infrastructure -%bcond_with check +# Generated by rust2rpm 10 +%bcond_without check %global debug_package %{nil} %global crate xattr Name: rust-%{crate} Version: 0.2.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: UNIX extended filesystem attributes # Upstream license specification: MIT/Apache-2.0 @@ -16,15 +15,14 @@ URL: https://crates.io/crates/xattr Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) -%if %{with check} -BuildRequires: (crate(tempfile/default) >= 3.0.0 with crate(tempfile/default) < 4.0.0) -%endif -%global _description \ -UNIX extended filesystem attributes. +%global _description %{expand: +Unix extended filesystem attributes.} %description %{_description} @@ -70,6 +68,9 @@ which use "unsupported" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -82,6 +83,9 @@ which use "unsupported" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 16:17:23 CEST 2019 Igor Gnatenko - 0.2.2-7 +- Regenerate + * Sun Feb 10 2019 Igor Gnatenko - 0.2.2-6 - Adapt to new packaging