From 2895d749f675fada7217c9a1cd5148aefad2f7ec Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 7 Aug 2023 20:51:03 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- rust-yansi.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 dd0b880..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-yansi - -The rust-yansi package diff --git a/rust-yansi.spec b/rust-yansi.spec index e62f823..78b4751 100644 --- a/rust-yansi.spec +++ b/rust-yansi.spec @@ -1,25 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate yansi -Name: rust-%{crate} +Name: rust-yansi Version: 0.5.1 Release: %autorelease Summary: Dead simple ANSI terminal color painting library # Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/yansi Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Dead simple ANSI terminal color painting library.} +A dead simple ANSI terminal color painting library.} %description %{_description}