Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/10gen/escaper
%global goipath         github.com/10gen/escaper
%global commit          17fe61c658dcbdcbf246c783f4f7dc97efde3a8b

%gometa

%global common_description %{expand:
Escaper lets you create your own formatting syntax. By design, expanding a
format string with this utility requires no additional arguments (unlike
fmt.Sprinf) by letting you easily register your own escape handlers. This makes
it ideal for configurability, where only a string is necessary to specify a
complex output format.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.7%{?dist}
Summary:        Better abstraction for formatting output

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Tue May 28 16:36:56 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20180528git17fe61c
- Update to new macros

* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.git17fe61c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 0-0.3.git17fe61c
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git17fe61c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Thu May 31 2018 mskalick@redhat.com - 0-0.1.20180528git17fe61c
- Initial packaging for Fedora