diff --git a/rust-utf8-width.spec b/rust-utf8-width.spec index 01162f9..293f26c 100644 --- a/rust-utf8-width.spec +++ b/rust-utf8-width.spec @@ -1,25 +1,22 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate utf8-width -Name: rust-%{crate} +Name: rust-utf8-width Version: 0.1.6 Release: %autorelease Summary: Determine the width of a UTF-8 character by providing its first byte -# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/utf8-width Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Determine the width of a UTF-8 character by providing its first byte.} +To determine the width of a UTF-8 character by providing its first byte.} %description %{_description} diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..a6ae5ac --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,2 @@ +[DEFAULT] +summary = Determine the width of a UTF-8 character by providing its first byte