Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 45b6ea905d
commit e6a07e6c4f
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate ucd-trie
Name: rust-%{crate}
Version: 0.1.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Trie for storing Unicode codepoint sets and maps
# Upstream license specification: MIT/Apache-2.0
@ -15,14 +15,14 @@ URL: https://crates.io/crates/ucd-trie
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if %{with check}
BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/default) < 2.0.0)
%endif
%global _description \
A trie for storing Unicode codepoint sets and maps.
%global _description %{expand:
Trie for storing Unicode codepoint sets and maps.}
%description %{_description}
@ -68,6 +68,9 @@ which use "std" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -80,6 +83,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 20 09:36:33 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-5
- Regenerate
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-4
- Adapt to new packaging

Loading…
Cancel
Save