|
|
@ -1,23 +1,21 @@
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate unicode-bidi
|
|
|
|
%global crate unicode-bidi
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-unicode-bidi
|
|
|
|
Version: 0.3.8
|
|
|
|
Version: 0.3.10
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Implementation of the Unicode Bidirectional Algorithm
|
|
|
|
Summary: Implementation of the Unicode Bidirectional Algorithm
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
|
|
|
|
URL: https://crates.io/crates/unicode-bidi
|
|
|
|
URL: https://crates.io/crates/unicode-bidi
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
# * drop unused flame_it feature with missing dependencies
|
|
|
|
# * drop unused flame_it feature with missing dependencies
|
|
|
|
Patch0: unicode-bidi-fix-metadata.diff
|
|
|
|
# * drop references to test files that are not shipped in published crates
|
|
|
|
|
|
|
|
Patch: unicode-bidi-fix-metadata.diff
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
|
|