Compare commits

..

7 Commits

Author SHA1 Message Date
Fedora Release Engineering b62df25b5b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 87b1bebede Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini a58c783cab
Regenerate with rust2rpm v24
1 year ago
Fabio Valentini e742298712 Convert to %autorelease and %autochangelog
1 year ago
Fedora Release Engineering e2c8f0b1ab Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 4e7a1d5fd4 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fedora Release Engineering b769b64b8e Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
3 years ago

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

@ -0,0 +1,11 @@
* 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,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: 1%{?dist}
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}/
@ -81,5 +79,4 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
* Sat Mar 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.3.3-1
- Initial package
%autochangelog

Loading…
Cancel
Save