Regenerate with rust2rpm v24

epel9
Fabio Valentini 2 years ago
parent 5e3af9da93
commit 99691f6a3c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -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}

@ -0,0 +1,2 @@
[DEFAULT]
summary = Determine the width of a UTF-8 character by providing its first byte
Loading…
Cancel
Save