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}