# Generated by go2rpm %bcond_without check # https://github.com/PuerkitoBio/goquery %global goipath github.com/PuerkitoBio/goquery Version: 1.5.0 %gometa %global common_description %{expand: Goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/html package and the CSS Selector library cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery's stateful manipulation functions (like height(), css(), detach()) have been left off.} %global golicenses LICENSE %global godocs doc README.md Name: %{goname} Release: 1%{?dist} Summary: Set of features similar to jQuery for the Go language # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/andybalholm/cascadia) BuildRequires: golang(golang.org/x/net/html) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 16 00:03:34 CEST 2019 Robert-André Mauchin - 1.5.0-1 - Release 1.5.0 * Thu Jan 31 2019 Fedora Release Engineering - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Oct 11 2017 Athos Ribeiro - 1.1.0-1 - First package for Fedora