Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent e7b226e1da
commit 87295d227b
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 http-body %global crate http-body
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.0 Version: 0.1.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Trait representing an asynchronous, streaming, HTTP request or response body Summary: Trait representing an asynchronous, streaming, HTTP request or response body
# Upstream license specification: MIT # Upstream license specification: MIT
@ -15,12 +15,11 @@ URL: https://crates.io/crates/http-body
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
BuildRequires: (crate(bytes/default) >= 0.4.11 with crate(bytes/default) < 0.5.0)
BuildRequires: (crate(futures/default) >= 0.1.25 with crate(futures/default) < 0.2.0)
BuildRequires: (crate(http/default) >= 0.1.16 with crate(http/default) < 0.2.0)
BuildRequires: (crate(tokio-buf) >= 0.1.0 with crate(tokio-buf) < 0.2.0)
%global _description %{expand: %global _description %{expand:
Trait representing an asynchronous, streaming, HTTP request or response body.} Trait representing an asynchronous, streaming, HTTP request or response body.}
@ -57,6 +56,9 @@ which use "default" 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
@ -69,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jun 21 19:49:52 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-3
- Regenerate
* Sat Jun 08 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-2 * Sat Jun 08 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-2
- Run tests in infrastructure - Run tests in infrastructure

Loading…
Cancel
Save