From d24b7e20336fa662940d6c38d218968a6178d4c6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 16:54:33 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- rust-http-body.spec | 10 ++++------ 2 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 186e516..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-http-body - -The rust-http-body package \ No newline at end of file diff --git a/rust-http-body.spec b/rust-http-body.spec index 5de39b8..21fa9a2 100644 --- a/rust-http-body.spec +++ b/rust-http-body.spec @@ -1,25 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate http-body -Name: rust-%{crate} +Name: rust-http-body Version: 0.4.5 Release: %autorelease Summary: Trait representing an asynchronous, streaming, HTTP request or response body -# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/http-body Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Trait representing an asynchronous, streaming, HTTP request or response body.} +Trait representing an asynchronous, streaming, HTTP request or response +body.} %description %{_description}