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

@ -1,12 +1,12 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 10
%bcond_with check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate futures %global crate futures
Name: rust-%{crate}0.1 Name: rust-%{crate}0.1
Version: 0.1.27 Version: 0.1.27
Release: 1%{?dist} Release: 2%{?dist}
Summary: Implementation of futures and streams featuring zero allocations Summary: Implementation of futures and streams featuring zero allocations
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,6 +15,9 @@ URL: https://crates.io/crates/futures
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -90,6 +93,9 @@ which use "with-deprecated" 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
@ -102,6 +108,9 @@ which use "with-deprecated" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 22 10:44:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.27-2
- Regenerate
* Thu May 30 21:10:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.27-1 * Thu May 30 21:10:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.27-1
- Update to 0.1.27 - Update to 0.1.27

Loading…
Cancel
Save