# Generated by go2rpm 1.3 %bcond_without check # https://github.com/jaytaylor/html2text %global goipath github.com/jaytaylor/html2text %global commit 3577fbdbcff74e73e909143c3b41ab08e628250d %gometa %global common_description %{expand: Golang HTML to plaintext conversion library.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 1%{?dist} Summary: Golang HTML to plaintext conversion library License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/olekukonko/tablewriter) BuildRequires: golang(github.com/ssor/bom) BuildRequires: golang(golang.org/x/net/html) BuildRequires: golang(golang.org/x/net/html/atom) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 14 2021 Bruno Meneguele - 0-1.20210114git3577fbd - Initial package