# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil} %global crate actix-server Name: rust-%{crate} Version: 2.1.1 Release: 1%{?dist} Summary: General purpose TCP server built for the Actix ecosystem # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/actix-server Source: %{crates_source} # Initial patched metadata # * drop unused optional support for io_uring: # io-uring Rust bindings and tokio-uring do not support all Fedora arches yet Patch0: actix-server-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 %global _description %{expand: General purpose TCP server built for the 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 the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %doc %{crate_instdir}/CHANGES.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 %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 * Thu May 12 2022 Anderson Toshiyuki Sasaki - 2.1.1-1 - Update to version 2.1.1 * Fri Jan 21 2022 Fedora Release Engineering - 1.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Sep 21 2020 Fabio Valentini - 1.0.4-1 - Update to version 1.0.4. * Wed Jul 29 2020 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 19 2020 Josh Stone - 1.0.3-1 - Update to 1.0.3 * Sat Feb 29 07:23:40 CET 2020 Igor Raits - 1.0.2-1 - Update to 1.0.2 * Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Dec 14 13:44:17 CET 2019 Igor Gnatenko - 1.0.0-1 - Update to 1.0.0 * Tue Aug 06 10:07:00 CEST 2019 Igor Gnatenko - 0.6.0-1 - Update to 0.6.0 * Fri Jul 26 2019 Fedora Release Engineering - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jun 22 19:58:08 CEST 2019 Igor Gnatenko - 0.5.1-2 - Regenerate * Fri May 31 16:06:54 CEST 2019 Igor Gnatenko - 0.5.1-1 - Initial package