From 1f79c8352f9fd0e4a07d581f603dc9d08894b193 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 11:15:02 +0200 Subject: [PATCH] Regenerate Signed-off-by: Igor Gnatenko --- rust-unicode-bidi.spec | 72 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 62 insertions(+), 10 deletions(-) diff --git a/rust-unicode-bidi.spec b/rust-unicode-bidi.spec index 221c145..c64ef99 100644 --- a/rust-unicode-bidi.spec +++ b/rust-unicode-bidi.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 unicode-bidi Name: rust-%{crate} Version: 0.3.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Implementation of the Unicode Bidirectional Algorithm # Upstream license specification: MIT / Apache-2.0 @@ -16,15 +15,14 @@ URL: https://crates.io/crates/unicode-bidi Source: %{crates_source} ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif BuildRequires: rust-packaging -BuildRequires: (crate(matches/default) >= 0.1.0 with crate(matches/default) < 0.2.0) -%if %{with check} -BuildRequires: (crate(serde_test/default) >= 0.8.0 with crate(serde_test/default) < 2.0.0) -%endif -%global _description \ -Implementation of the Unicode Bidirectional Algorithm. +%global _description %{expand: +Implementation of the Unicode Bidirectional Algorithm.} %description %{_description} @@ -54,6 +52,54 @@ which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%package -n %{name}+bench_it-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+bench_it-devel %{_description} + +This package contains library source intended for building other packages +which use "bench_it" feature of "%{crate}" crate. + +%files -n %{name}+bench_it-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+flame-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+flame-devel %{_description} + +This package contains library source intended for building other packages +which use "flame" feature of "%{crate}" crate. + +%files -n %{name}+flame-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+flame_it-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+flame_it-devel %{_description} + +This package contains library source intended for building other packages +which use "flame_it" feature of "%{crate}" crate. + +%files -n %{name}+flame_it-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+flamer-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+flamer-devel %{_description} + +This package contains library source intended for building other packages +which use "flamer" feature of "%{crate}" crate. + +%files -n %{name}+flamer-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch @@ -94,6 +140,9 @@ which use "with_serde" feature of "%{crate}" crate. %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +%generate_buildrequires +%cargo_generate_buildrequires + %build %cargo_build @@ -107,6 +156,9 @@ which use "with_serde" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 20 11:14:29 CEST 2019 Igor Gnatenko - 0.3.4-9 +- Regenerate + * Sun Mar 10 2019 Igor Gnatenko - 0.3.4-8 - Do not pull optional dependencies