Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://gitlab.com/golang-commonmark/html
%global goipath         gitlab.com/golang-commonmark/html
%global forgeurl        https://gitlab.com/golang-commonmark/html
%global commit          a22733972181c63ecab285f900bb2917f3ba4e88

%gometa

%global goaltipaths     github.com/golang-commonmark/html

%global common_description %{expand:
Package Html provides functions for escaping/unescaping HTML text and for
parsing HTML entities.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.6%{?dist}
Summary:        HTML utilities for escaping/unescaping and for parsing HTML

# Upstream license specification: BSD-2-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Wed Aug 05 13:22:36 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.6.20200805gita227339
- Bump to commit a22733972181c63ecab285f900bb2917f3ba4e88

* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
- Second attempt - Rebuilt for
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

* Wed May 15 21:24:56 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190701gitcfaf751
- Initial package