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

@ -1,5 +1,5 @@
# Generated by rust2rpm 12
# Cyclic dependency on futures
# Generated by rust2rpm 13
# * Cyclic dependency on futures
%bcond_with check
%global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.3.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Common utilities and extension traits for the futures-rs library
# Upstream license specification: MIT OR Apache-2.0
@ -136,18 +136,6 @@ which use "compat" feature of "%{crate}" crate.
%files -n %{name}+compat-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+futures-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+futures-devel %{_description}
This package contains library source intended for building other packages
which use "futures" feature of "%{crate}" crate.
%files -n %{name}+futures-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+futures-channel-devel
Summary: %{summary}
BuildArch: noarch
@ -196,6 +184,18 @@ which use "futures-sink" feature of "%{crate}" crate.
%files -n %{name}+futures-sink-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+futures_01-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+futures_01-devel %{_description}
This package contains library source intended for building other packages
which use "futures_01" feature of "%{crate}" crate.
%files -n %{name}+futures_01-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+io-devel
Summary: %{summary}
BuildArch: noarch
@ -347,5 +347,8 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Fri Dec 20 19:08:21 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-2
- Regenerate
* Fri Dec 13 22:50:30 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.1-1
- Initial package

Loading…
Cancel
Save