From a58c783cabd6cd277a08ed2e32b93187362e1b17 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 7 Aug 2023 21:12:10 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- rust-indenter.spec | 14 ++++++-------- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 9d1f3db..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-indenter - -The rust-indenter package diff --git a/rust-indenter.spec b/rust-indenter.spec index 42c0dd6..2ac2a6a 100644 --- a/rust-indenter.spec +++ b/rust-indenter.spec @@ -1,25 +1,24 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate indenter -Name: rust-%{crate} +Name: rust-indenter Version: 0.3.3 Release: %autorelease Summary: Formatter wrapper that indents the text, designed for error display impls -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 +# https://github.com/yaahc/indenter/issues/19 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/indenter Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Formatter wrapper that indents the text, designed for error display impls.} +A formatter wrapper that indents the text, designed for error display +impls.} %description %{_description} @@ -33,7 +32,6 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -# FIXME: no license files detected %doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/README.md %{crate_instdir}/