# Generated by go2rpm %bcond_without check # https://github.com/grpc-ecosystem/go-grpc-prometheus %global goipath github.com/grpc-ecosystem/go-grpc-prometheus Version: 1.2.0 %gometa %global common_description %{expand: Prometheus monitoring for your gRPC Go servers and clients.} %global golicenses LICENSE %global godocs examples CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Prometheus monitoring for your gRPC Go servers and clients # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/prometheus/client_golang/prometheus) BuildRequires: golang(github.com/prometheus/client_golang/prometheus/promhttp) BuildRequires: golang(golang.org/x/net/context) BuildRequires: golang(google.golang.org/grpc) BuildRequires: golang(google.golang.org/grpc/codes) BuildRequires: golang(google.golang.org/grpc/status) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) BuildRequires: golang(github.com/stretchr/testify/suite) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Apr 27 17:25:03 CEST 2019 Robert-André Mauchin - 1.2.0-1 - Release 1.2.0 * Fri Feb 01 2019 Fedora Release Engineering - 1.1-0.8.20161111git6b7015e - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 1.1-0.7.20161111git6b7015e - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 1.1-0.5.20161111git6b7015e - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 28 2018 Jan Chaloupka - 1.1-0.5.20161111git6b7015e - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering - 1.1-0.4.git6b7015e - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 1.1-0.3.git6b7015e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.1-0.2.git6b7015e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Mar 16 2017 Jan Chaloupka - 1.1-0.1.git6b7015e - First package for Fedora resolves: #1433121