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

@ -1,4 +1,4 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.41 Version: 0.1.41
Release: 2%{?dist} Release: 3%{?dist}
Summary: Integer traits and functions Summary: Integer traits and functions
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -20,11 +20,6 @@ BuildArch: noarch
%endif %endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
BuildRequires: (crate(autocfg/default) >= 0.1.3 with crate(autocfg/default) < 0.2.0)
BuildRequires: (crate(num-traits) >= 0.2.4 with crate(num-traits) < 0.3.0)
BuildRequires: (crate(num-traits/std) >= 0.2.4 with crate(num-traits/std) < 0.3.0)
%endif
%global _description %{expand: %global _description %{expand:
Integer traits and functions.} Integer traits and functions.}
@ -85,6 +80,9 @@ which use "std" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -97,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 22 09:37:07 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.41-3
- Regenerate
* Sun Jun 09 15:22:35 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.41-2 * Sun Jun 09 15:22:35 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.41-2
- Regenerate - Regenerate

Loading…
Cancel
Save