# Generated by rust2rpm 9 %bcond_with check %global debug_package %{nil} %global crate awc Name: rust-%{crate} Version: 0.2.0 Release: 1%{?dist} Summary: Actix http client # Upstream license specification: MIT/Apache-2.0 # https://github.com/actix/actix-web/issues/877 License: MIT or ASL 2.0 URL: https://crates.io/crates/awc Source: %{crates_source} ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(actix-codec/default) >= 0.1.2 with crate(actix-codec/default) < 0.2.0) BuildRequires: (crate(actix-http/brotli) >= 0.2.0 with crate(actix-http/brotli) < 0.3.0) BuildRequires: (crate(actix-http/default) >= 0.2.0 with crate(actix-http/default) < 0.3.0) BuildRequires: (crate(actix-http/flate2-zlib) >= 0.2.0 with crate(actix-http/flate2-zlib) < 0.3.0) BuildRequires: (crate(actix-service/default) >= 0.4.0 with crate(actix-service/default) < 0.5.0) BuildRequires: (crate(base64/default) >= 0.10.1 with crate(base64/default) < 0.11.0) BuildRequires: (crate(bytes/default) >= 0.4.0 with crate(bytes/default) < 0.5.0) BuildRequires: (crate(derive_more/default) >= 0.14.0 with crate(derive_more/default) < 0.15.0) BuildRequires: (crate(futures/default) >= 0.1.25 with crate(futures/default) < 0.2.0) BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) BuildRequires: (crate(mime/default) >= 0.3.0 with crate(mime/default) < 0.4.0) BuildRequires: (crate(percent-encoding/default) >= 1.0.0 with crate(percent-encoding/default) < 2.0.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0) BuildRequires: (crate(serde_json/default) >= 1.0.0 with crate(serde_json/default) < 2.0.0) BuildRequires: (crate(serde_urlencoded/default) >= 0.5.3 with crate(serde_urlencoded/default) < 0.6.0) BuildRequires: (crate(tokio-timer/default) >= 0.2.8 with crate(tokio-timer/default) < 0.3.0) %if %{with check} BuildRequires: (crate(actix-http-test/default) >= 0.1.1 with crate(actix-http-test/default) < 0.2.0) BuildRequires: (crate(actix-http-test/ssl) >= 0.1.1 with crate(actix-http-test/ssl) < 0.2.0) BuildRequires: (crate(actix-http/default) >= 0.2.0 with crate(actix-http/default) < 0.3.0) BuildRequires: (crate(actix-http/ssl) >= 0.2.0 with crate(actix-http/ssl) < 0.3.0) BuildRequires: (crate(actix-rt/default) >= 0.2.2 with crate(actix-rt/default) < 0.3.0) BuildRequires: (crate(actix-server/default) >= 0.5.0 with crate(actix-server/default) < 0.6.0) BuildRequires: (crate(actix-server/ssl) >= 0.5.0 with crate(actix-server/ssl) < 0.6.0) BuildRequires: (crate(actix-utils/default) >= 0.4.0 with crate(actix-utils/default) < 0.5.0) BuildRequires: (crate(actix-web/default) >= 1.0.0~beta.1 with crate(actix-web/default) < 2.0.0) BuildRequires: (crate(actix-web/ssl) >= 1.0.0~beta.1 with crate(actix-web/ssl) < 2.0.0) BuildRequires: (crate(brotli2/default) >= 0.3.2 with crate(brotli2/default) < 0.4.0) BuildRequires: (crate(env_logger/default) >= 0.6.0 with crate(env_logger/default) < 0.7.0) BuildRequires: (crate(flate2/default) >= 1.0.2 with crate(flate2/default) < 2.0.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0) BuildRequires: (crate(tokio-tcp/default) >= 0.1.0 with crate(tokio-tcp/default) < 0.2.0) %endif %global _description %{expand: Actix http client.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %doc README.md CHANGES.md %{cargo_registry}/%{crate}-%{version}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+brotli-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+brotli-devel %{_description} This package contains library source intended for building other packages which use "brotli" feature of "%{crate}" crate. %files -n %{name}+brotli-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+flate2-rust-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+flate2-rust-devel %{_description} This package contains library source intended for building other packages which use "flate2-rust" feature of "%{crate}" crate. %files -n %{name}+flate2-rust-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+flate2-zlib-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+flate2-zlib-devel %{_description} This package contains library source intended for building other packages which use "flate2-zlib" feature of "%{crate}" crate. %files -n %{name}+flate2-zlib-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+openssl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+openssl-devel %{_description} This package contains library source intended for building other packages which use "openssl" feature of "%{crate}" crate. %files -n %{name}+openssl-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+ssl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ssl-devel %{_description} This package contains library source intended for building other packages which use "ssl" feature of "%{crate}" crate. %files -n %{name}+ssl-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Fri May 31 18:57:01 CEST 2019 Igor Gnatenko - 0.2.0-1 - Initial package