|
|
|
@ -5,9 +5,9 @@
|
|
|
|
|
%global crate futures-timer
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 3.0.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Timeouts for futures
|
|
|
|
|
Version: 0.1.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Timeouts and intervals for futures
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
@ -22,7 +22,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Timeouts for futures.}
|
|
|
|
|
Timeouts and intervals for futures.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -52,42 +52,6 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+gloo-timers-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+gloo-timers-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "gloo-timers" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+gloo-timers-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+send_wrapper-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+send_wrapper-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "send_wrapper" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+send_wrapper-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+wasm-bindgen-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+wasm-bindgen-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "wasm-bindgen" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+wasm-bindgen-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
@ -107,9 +71,6 @@ which use "wasm-bindgen" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 26 08:49:15 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 3.0.2-1
|
|
|
|
|
- Update to 3.0.2
|
|
|
|
|
|
|
|
|
|
* Mon Feb 10 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-3
|
|
|
|
|
- Package unretirement
|
|
|
|
|
|
|
|
|
|