|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
|
%bcond_with check
|
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate strsim
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.9.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Implementations of string similarity metrics
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
@ -15,13 +15,15 @@ URL: https://crates.io/crates/strsim
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
|
Implementations of string similarity metrics.\
|
|
|
|
|
Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro,\
|
|
|
|
|
and Jaro-Winkler.
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Implementations of string similarity metrics. Includes Hamming, Levenshtein,
|
|
|
|
|
OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -67,6 +69,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 09 11:13:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.2-2
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
* Thu May 09 08:20:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.2-1
|
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
|
|
|
|
|