From 96418f3d00b5ad4eed772c34d46a6bd1b13dda56 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 18:50:02 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- rust-linked-hash-map.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 3e694fd..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-linked-hash-map - -The rust-linked-hash-map package \ No newline at end of file diff --git a/rust-linked-hash-map.spec b/rust-linked-hash-map.spec index 61dfa81..c8ebb72 100644 --- a/rust-linked-hash-map.spec +++ b/rust-linked-hash-map.spec @@ -1,26 +1,24 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 # * unit tests are excluded from published crates %bcond_with check %global debug_package %{nil} %global crate linked-hash-map -Name: rust-%{crate} +Name: rust-linked-hash-map Version: 0.5.6 Release: %autorelease Summary: HashMap wrapper that holds key-value pairs in insertion order # Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/linked-hash-map Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -HashMap wrapper that holds key-value pairs in insertion order.} +A HashMap wrapper that holds key-value pairs in insertion order.} %description %{_description}