Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

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

@ -1,11 +0,0 @@
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Mar 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.3.3-1
- Initial package

@ -1,24 +1,25 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate indenter
Name: rust-indenter
Name: rust-%{crate}
Version: 0.3.3
Release: %autorelease
Release: 1%{?dist}
Summary: Formatter wrapper that indents the text, designed for error display impls
# https://github.com/yaahc/indenter/issues/19
License: MIT OR Apache-2.0
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/indenter
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A formatter wrapper that indents the text, designed for error display
impls.}
Formatter wrapper that indents the text, designed for error display impls.}
%description %{_description}
@ -32,6 +33,7 @@ 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}/
@ -79,4 +81,5 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Sat Mar 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.3.3-1
- Initial package

Loading…
Cancel
Save