# Generated by go2rpm %bcond_without check # https://github.com/mwitkow/go-conntrack %global goipath github.com/mwitkow/go-conntrack %global commit cc309e4a22231782e8893f3c35ced0967807a33e %gometa %global common_description %{expand: Prometheus monitoring and x/net/trace tracing wrappers net.Conn, both inbound (net.Listener) and outbound (net.Dialer).} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Version: 0 Release: 0.1%{?dist} Summary: Go middleware for net.conn tracking (prometheus/trace) # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/prometheus/client_golang/prometheus) BuildRequires: golang(golang.org/x/net/context/ctxhttp) BuildRequires: golang(golang.org/x/net/trace) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Apr 20 21:51:28 CEST 2019 Robert-André Mauchin - 0-0.1.20190420gitcc309e4 - Initial package