|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm 23
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
# * examples and integration tests are not included in published crates
|
|
|
|
|
# * tower dev-dependency is not packaged
|
|
|
|
|
%bcond_with check
|
|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global crate hyper
|
|
|
|
|
|
|
|
|
|
Name: rust-hyper
|
|
|
|
|
Version: 0.14.24
|
|
|
|
|
Version: 0.14.25
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Fast and correct HTTP library
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ Source: %{crates_source}
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Fast and correct HTTP library.}
|
|
|
|
|
A fast and correct HTTP library.}
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
@ -48,6 +48,18 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+backports-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+backports-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "backports" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+backports-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+client-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -60,6 +72,18 @@ use the "client" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+client-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+deprecated-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+deprecated-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "deprecated" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+deprecated-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+ffi-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|