# Generated by go2rpm %bcond_without check # https://github.com/certifi/gocertifi %global goipath github.com/certifi/gocertifi Version: 0.0.20180118 %global tag 2018.01.18 %global distprefix %{nil} %gometa %global common_description %{expand: This Go package contains a CA bundle that you can reference in your Go code. This is useful for systems that do not have CA bundles that Golang can find itself, or where a uniform set of CAs is valuable. This is the same CA bundle that ships with the Python Requests library, and is a Golang specific port of certifi. The CA bundle is derived from Mozilla's canonical set.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Carefully curated collection of Root Certificates License: # FIXME URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 06 22:12:01 CEST 2019 Robert-André Mauchin - 0.0.20180118-1 - Initial package