# Generated by rust2rpm 15 %bcond_without check %global debug_package %{nil} %global crate actix-tls Name: rust-%{crate} Version: 2.0.0 Release: 2%{?dist} Summary: TLS acceptor services for Actix ecosystem # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/actix-tls Source: %{crates_source} # Initial patched metadata # * remove features with unpackaged dependencies Patch0: actix-tls-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: TLS acceptor services for Actix ecosystem.} %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 %license LICENSE-MIT LICENSE-APACHE %doc CHANGES.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %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_no_tilde}/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 "native-tls" feature of "%{crate}" crate. %files -n %{name}+native-tls-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+nativetls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+nativetls-devel %{_description} This package contains library source intended for building other packages which use "nativetls" feature of "%{crate}" crate. %files -n %{name}+nativetls-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+open-ssl-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+open-ssl-devel %{_description} This package contains library source intended for building other packages which use "open-ssl" feature of "%{crate}" crate. %files -n %{name}+open-ssl-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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_no_tilde}/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_no_tilde}/Cargo.toml %package -n %{name}+tokio-tls-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tokio-tls-devel %{_description} This package contains library source intended for building other packages which use "tokio-tls" feature of "%{crate}" crate. %files -n %{name}+tokio-tls-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Tue Nov 3 00:59:10 CET 2020 Fabio Valentini - 2.0.0-2 - Remove features with unpackaged dependencies. * Mon Sep 21 2020 Fabio Valentini - 2.0.0-1 - Update to version 2.0.0. * Sat Aug 29 08:42:05 CEST 2020 Igor Raits - 2.0.0~alpha.2-1 - Update to 2.0.0-alpha.2 * Wed Jul 29 2020 Fedora Release Engineering - 2.0.0~alpha.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Mar 08 08:05:44 CET 2020 Igor Raits - 2.0.0~alpha.1-1 - Update to 2.0.0-alpha.1 * Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Dec 20 18:43:01 CET 2019 Igor Gnatenko - 1.0.0-2 - Regenerate * Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko - 1.0.0-1 - Initial package