diff --git a/rust-tower-service.spec b/rust-tower-service.spec index 3caf49d..4293531 100644 --- a/rust-tower-service.spec +++ b/rust-tower-service.spec @@ -1,25 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate tower-service -Name: rust-%{crate} +Name: rust-tower-service Version: 0.3.2 Release: %autorelease -Summary: Asynchronous, request / response based, client or server trait +Summary: Trait representing an asynchronous, request / response based, client or server -# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/tower-service Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Trait representing an asynchronous, request / response based, client or server.} +Trait representing an asynchronous, request / response based, client or +server.} %description %{_description}