# Generated by go2rpm 1 %bcond_without check # https://github.com/anaskhan96/soup %global goipath github.com/anaskhan96/soup Version: 1.1.1 %gometa %global common_description %{expand: soup is a small web scraper package for Go, with its interface highly similar to that of BeautifulSoup.} %global golicenses license %global godocs examples README.md CHANGELOG.md Name: %{goname} Release: 1%{?dist} Summary: Web Scraper in Go, similar to BeautifulSoup License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/net/html) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Oct 02 03:03:58 EEST 2019 Artem Polishchuk - 1.1.1-1 - Initial package