Blame golang-github-lithammer-dedent.spec

cea6b70
# Generated by go2rpm
cea6b70
%bcond_without check
cea6b70
cea6b70
# https://github.com/lithammer/dedent
cea6b70
%global goipath         github.com/lithammer/dedent
cea6b70
Version:                1.1.0
cea6b70
cea6b70
%gometa
cea6b70
cea6b70
%global common_description %{expand:
cea6b70
Remove any common leading whitespace from multiline strings.}
cea6b70
cea6b70
%global golicenses      LICENSE
cea6b70
%global godocs          README.md
cea6b70
cea6b70
Name:           %{goname}
630f06b
Release:        5%{?dist}
cea6b70
Summary:        Remove any common leading whitespace from multiline strings
cea6b70
cea6b70
License:        MIT
cea6b70
URL:            %{gourl}
cea6b70
Source0:        %{gosource}
cea6b70
cea6b70
%description
cea6b70
%{common_description}
cea6b70
cea6b70
%gopkg
cea6b70
cea6b70
%prep
cea6b70
%goprep
cea6b70
cea6b70
%install
cea6b70
%gopkginstall
cea6b70
cea6b70
%if %{with check}
cea6b70
%check
cea6b70
%gocheck
cea6b70
%endif
cea6b70
cea6b70
%gopkgfiles
cea6b70
cea6b70
%changelog
630f06b
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
630f06b
- Second attempt - Rebuilt for
630f06b
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
630f06b
be2b6f1
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
be2b6f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
be2b6f1
09d3d09
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
09d3d09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
09d3d09
e3c4529
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
e3c4529
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e3c4529
cea6b70
* Mon Jul 08 20:56:51 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1
cea6b70
- Initial package