Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent b7b7ef4fca
commit a8ed27c659
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 9
%bcond_without check
%global debug_package %{nil}
%global crate ryu
Name: rust-%{crate}
Version: 0.2.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast floating point to string conversion
# Upstream license specification: Apache-2.0 OR BSL-1.0
@ -15,6 +15,9 @@ URL: https://crates.io/crates/ryu
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if %{with check}
@ -22,8 +25,8 @@ BuildRequires: (crate(num_cpus/default) >= 1.8.0 with crate(num_cpus/default) <
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0)
%endif
%global _description \
Fast floating point to string conversion.
%global _description %{expand:
Fast floating point to string conversion.}
%description %{_description}
@ -93,6 +96,9 @@ which use "small" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 11:10:21 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.8-2
- Regenerate
* Thu May 02 08:40:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.8-1
- Update to 0.2.8

Loading…
Cancel
Save