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}