|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate unicode-normalization
|
|
|
|
|
|
|
|
|
|
Name: rust-unicode-normalization
|
|
|
|
|
Version: 0.1.22
|
|
|
|
|
Version: 0.1.24
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Functions for normalization of Unicode strings
|
|
|
|
|
|
|
|
|
@ -18,14 +18,12 @@ Source: %{crates_source}
|
|
|
|
|
# https://github.com/unicode-rs/unicode-normalization/pull/30
|
|
|
|
|
Patch: unicode-normalization-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Functions for normalization of Unicode strings, including Canonical and
|
|
|
|
|
Compatible Decomposition and Recomposition, as described in Unicode Standard
|
|
|
|
|
Annex #15.}
|
|
|
|
|
This crate provides functions for normalization of Unicode strings,
|
|
|
|
|
including Canonical and Compatible Decomposition and Recomposition, as
|
|
|
|
|
described in Unicode Standard Annex #15.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -70,7 +68,7 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|