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

@ -1,12 +1,12 @@
# Generated by rust2rpm-9-1.fc30
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate num-traits
Name: rust-%{crate}
Version: 0.2.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Numeric traits for generic mathematics
# Upstream license specification: MIT/Apache-2.0
@ -15,12 +15,17 @@ URL: https://crates.io/crates/num-traits
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(autocfg/default) >= 0.1.3 with crate(autocfg/default) < 0.2.0)
%endif
%global _description \
Numeric traits for generic mathematics.
%global _description %{expand:
Numeric traits for generic mathematics.}
%description %{_description}
@ -90,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 09 15:45:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.8-2
- Regenerate
* Wed May 22 2019 Josh Stone <jistone@redhat.com> - 0.2.8-1
- Update to 0.2.8

Loading…
Cancel
Save