# Generated by rust2rpm 9 %bcond_with check %global debug_package %{nil} %global crate actix-connect Name: rust-%{crate} Version: 0.2.0 Release: 1%{?dist} Summary: Actix Connector - tcp connector service # Upstream license specification: MIT/Apache-2.0 # https://github.com/actix/actix-net/issues/25 License: MIT or ASL 2.0 URL: https://crates.io/crates/actix-connect 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-service/default) >= 0.4.0 with crate(actix-service/default) < 0.5.0) BuildRequires: (crate(actix-utils/default) >= 0.4.0 with crate(actix-utils/default) < 0.5.0) BuildRequires: (crate(derive_more/default) >= 0.14.0 with crate(derive_more/default) < 0.15.0) BuildRequires: (crate(either/default) >= 1.5.2 with crate(either/default) < 2.0.0) BuildRequires: (crate(futures/default) >= 0.1.25 with crate(futures/default) < 0.2.0) BuildRequires: (crate(http/default) >= 0.1.17 with crate(http/default) < 0.2.0) BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0) BuildRequires: (crate(tokio-current-thread/default) >= 0.1.5 with crate(tokio-current-thread/default) < 0.2.0) BuildRequires: (crate(tokio-tcp/default) >= 0.1.3 with crate(tokio-tcp/default) < 0.2.0) BuildRequires: (crate(trust-dns-resolver) >= 0.11.0 with crate(trust-dns-resolver) < 0.12.0) %if %{with check} BuildRequires: (crate(actix-server-config/default) >= 0.1.0 with crate(actix-server-config/default) < 0.2.0) BuildRequires: (crate(actix-test-server/default) >= 0.2.2 with crate(actix-test-server/default) < 0.3.0) BuildRequires: (crate(actix-test-server/ssl) >= 0.2.2 with crate(actix-test-server/ssl) < 0.3.0) BuildRequires: (crate(bytes/default) >= 0.4.0 with crate(bytes/default) < 0.5.0) %endif %global _description %{expand: Actix Connector - tcp connector service.} %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 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}+http-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+http-devel %{_description} This package contains library source intended for building other packages which use "http" feature of "%{crate}" crate. %files -n %{name}+http-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 %package -n %{name}+tokio-openssl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-openssl-devel %{_description} This package contains library source intended for building other packages which use "tokio-openssl" feature of "%{crate}" crate. %files -n %{name}+tokio-openssl-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+uri-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+uri-devel %{_description} This package contains library source intended for building other packages which use "uri" feature of "%{crate}" crate. %files -n %{name}+uri-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 09:22:11 CEST 2019 Igor Gnatenko - 0.2.0-1 - Initial package