# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate async-native-tls Name: rust-async-native-tls0.3 Version: 0.3.3 Release: %autorelease Summary: Native TLS using futures # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 URL: https://crates.io/crates/async-native-tls Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Native TLS using futures.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/README.md %{crate_instdir}/ %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 the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+async-std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+async-std-devel %{_description} This package contains library source intended for building other packages which use the "async-std" feature of the "%{crate}" crate. %files -n %{name}+async-std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+runtime-async-std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+runtime-async-std-devel %{_description} This package contains library source intended for building other packages which use the "runtime-async-std" feature of the "%{crate}" crate. %files -n %{name}+runtime-async-std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+runtime-tokio-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+runtime-tokio-devel %{_description} This package contains library source intended for building other packages which use the "runtime-tokio" feature of the "%{crate}" crate. %files -n %{name}+runtime-tokio-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-devel %{_description} This package contains library source intended for building other packages which use the "tokio" feature of the "%{crate}" crate. %files -n %{name}+tokio-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+vendored-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+vendored-devel %{_description} This package contains library source intended for building other packages which use the "vendored" feature of the "%{crate}" crate. %files -n %{name}+vendored-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test -- --all-targets -- --skip acceptor::tests --skip expired --skip self_signed --skip untrusted_root --skip wrong_host --skip fetch_google --skip client_to_server --skip one_byte_at_a_time --skip server_to_client %endif %changelog %autochangelog