Regenerate with rust2rpm v24

epel10
Fabio Valentini 1 year ago
parent e742298712
commit a58c783cab
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-indenter
The rust-indenter package

@ -1,25 +1,24 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate indenter %global crate indenter
Name: rust-%{crate} Name: rust-indenter
Version: 0.3.3 Version: 0.3.3
Release: %autorelease Release: %autorelease
Summary: Formatter wrapper that indents the text, designed for error display impls Summary: Formatter wrapper that indents the text, designed for error display impls
# Upstream license specification: MIT OR Apache-2.0 # https://github.com/yaahc/indenter/issues/19
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/indenter URL: https://crates.io/crates/indenter
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %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} %description %{_description}
@ -33,7 +32,6 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
# FIXME: no license files detected
%doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/

Loading…
Cancel
Save