# Generated by go2rpm 1 %bcond_without check # https://github.com/google/monologue %global goipath github.com/google/monologue %global commit e585696c5f1b58280050b5cefb3da46acdf2da6a %gometa %global common_description %{expand: A monitor that checks that Certificate Transparency Logs are complying with RFC 6962 and the Chromium Certificate Transparency Log Policy.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Version: 0 Release: 0.2%{?dist} Summary: Monitor that checks that Certificate Transparency Logs # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/go-sql-driver/mysql) BuildRequires: golang(github.com/golang/glog) BuildRequires: golang(github.com/google/certificate-transparency-go) BuildRequires: golang(github.com/google/certificate-transparency-go/ctutil) BuildRequires: golang(github.com/google/certificate-transparency-go/logid) BuildRequires: golang(github.com/google/certificate-transparency-go/schedule) BuildRequires: golang(github.com/google/certificate-transparency-go/x509) BuildRequires: golang(github.com/google/certificate-transparency-go/x509/pkix) BuildRequires: golang(github.com/google/certificate-transparency-go/x509util) BuildRequires: golang(github.com/google/trillian/crypto/keys/pem) %if %{with check} # Tests BuildRequires: golang(github.com/google/go-cmp/cmp) BuildRequires: golang(github.com/kylelemons/godebug/pretty) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck -d sthgetter %endif %gopkgfiles %changelog * Mon Jul 27 12:58:43 CEST 2020 Robert-André Mauchin - 0-0.2.20200727gite585696 - Bump to commit e585696c5f1b58280050b5cefb3da46acdf2da6a * Tue Mar 03 18:41:27 CET 2020 Robert-André Mauchin - 0-0.1.20200303git4b11a32 - Initial package