initial import

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

1
.gitignore vendored

@ -0,0 +1 @@
/futures-sink-0.2.1.crate

@ -0,0 +1,58 @@
# Generated by rust2rpm
%bcond_without check
%global debug_package %{nil}
%global crate futures-sink
Name: rust-%{crate}
Version: 0.2.1
Release: 1%{?dist}
Summary: Asynchronous `Sink` trait for the futures-rs library
# https://github.com/rust-lang-nursery/futures-rs/issues/1015
License: MIT or ASL 2.0
URL: https://crates.io/crates/futures-sink
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(either) >= 1.4.0 with crate(either) < 2.0.0)
BuildRequires: (crate(futures-channel) >= 0.2.1 with crate(futures-channel) < 0.3.0)
BuildRequires: (crate(futures-core) >= 0.2.1 with crate(futures-core) < 0.3.0)
%description
%{summary}.
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel
The asynchronous `Sink` trait for the futures-rs library.
This package contains library source intended for building other packages
which use %{crate} from crates.io.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%files devel
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Mon May 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-1
- Initial package

@ -0,0 +1 @@
SHA512 (futures-sink-0.2.1.crate) = e602fb63a72d093c784661abded351f95d507eda398e5b9bb356c954016fbe32f98fd02146cd79cca087b3921ec72899c26c61527b5e40352efdd1458a1ec2b3
Loading…
Cancel
Save