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

@ -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 number_prefix
Name: rust-%{crate}
Version: 0.3.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for formatting numeric prefixes: kilo, giga, kibi
# Upstream license specification: MIT
@ -15,11 +15,14 @@ URL: https://crates.io/crates/number_prefix
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description \
Library for formatting numeric prefixes: kilo, giga, kibi.
%global _description %{expand:
Library for formatting numeric prefixes: kilo, giga, kibi.}
%description %{_description}
@ -77,6 +80,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 15:32:21 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-2
- Regenerate
* Tue May 07 13:54:03 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0

Loading…
Cancel
Save