# Generated by rust2rpm 27 %bcond check 1 %global debug_package %{nil} %global crate tls-listener Name: rust-tls-listener Version: 0.11.2 Release: %autorelease Summary: Wrap incoming Stream of connections in TLS License: Apache-2.0 URL: https://crates.io/crates/tls-listener Source: tls-listener-0.11.2.crate BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Wrap incoming Stream of connections in TLS.} %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 %doc %{crate_instdir}/CHANGELOG.md %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}+axum-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+axum-devel %{_description} This package contains library source intended for building other packages which use the "axum" feature of the "%{crate}" crate. %files -n %{name}+axum-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+native-tls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+native-tls-devel %{_description} This package contains library source intended for building other packages which use the "native-tls" feature of the "%{crate}" crate. %files -n %{name}+native-tls-devel %ghost %{crate_instdir}/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 the "openssl" feature of the "%{crate}" crate. %files -n %{name}+openssl-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+openssl_impl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+openssl_impl-devel %{_description} This package contains library source intended for building other packages which use the "openssl_impl" feature of the "%{crate}" crate. %files -n %{name}+openssl_impl-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rt-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rt-devel %{_description} This package contains library source intended for building other packages which use the "rt" feature of the "%{crate}" crate. %files -n %{name}+rt-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rustls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rustls-devel %{_description} This package contains library source intended for building other packages which use the "rustls" feature of the "%{crate}" crate. %files -n %{name}+rustls-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rustls-aws-lc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rustls-aws-lc-devel %{_description} This package contains library source intended for building other packages which use the "rustls-aws-lc" feature of the "%{crate}" crate. %files -n %{name}+rustls-aws-lc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rustls-core-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rustls-core-devel %{_description} This package contains library source intended for building other packages which use the "rustls-core" feature of the "%{crate}" crate. %files -n %{name}+rustls-core-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rustls-fips-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rustls-fips-devel %{_description} This package contains library source intended for building other packages which use the "rustls-fips" feature of the "%{crate}" crate. %files -n %{name}+rustls-fips-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rustls-ring-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rustls-ring-devel %{_description} This package contains library source intended for building other packages which use the "rustls-ring" feature of the "%{crate}" crate. %files -n %{name}+rustls-ring-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-native-tls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-native-tls-devel %{_description} This package contains library source intended for building other packages which use the "tokio-native-tls" feature of the "%{crate}" crate. %files -n %{name}+tokio-native-tls-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-net-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-net-devel %{_description} This package contains library source intended for building other packages which use the "tokio-net" feature of the "%{crate}" crate. %files -n %{name}+tokio-net-devel %ghost %{crate_instdir}/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 the "tokio-openssl" feature of the "%{crate}" crate. %files -n %{name}+tokio-openssl-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tokio-rustls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-rustls-devel %{_description} This package contains library source intended for building other packages which use the "tokio-rustls" feature of the "%{crate}" crate. %files -n %{name}+tokio-rustls-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tracing-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tracing-devel %{_description} This package contains library source intended for building other packages which use the "tracing" feature of the "%{crate}" crate. %files -n %{name}+tracing-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n tls-listener-0.11.2 -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog