# Generated by go2rpm # Needs network %bcond_with check # https://github.com/hashicorp/go-plugin %global goipath github.com/hashicorp/go-plugin Version: 1.0.0 %gometa %global common_description %{expand: Go-plugin is a Go plugin system over RPC. It is the plugin system that has been in use by HashiCorp tooling for over 4 years. While initially created for Packer, it is additionally in use by Terraform, Nomad, and Vault. While the plugin system is over RPC, it is currently only designed to work over a local [reliable] network. Plugins over a real network are not supported and will lead to unexpected behavior.} %global golicenses LICENSE %global godocs docs examples README.md Name: %{goname} Release: 2%{?dist} Summary: Go plugin system over rpc # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/golang/protobuf/proto) BuildRequires: golang(github.com/hashicorp/go-hclog) BuildRequires: golang(github.com/hashicorp/yamux) BuildRequires: golang(github.com/mitchellh/go-testing-interface) BuildRequires: golang(github.com/oklog/run) BuildRequires: golang(golang.org/x/net/context) BuildRequires: golang(google.golang.org/grpc) BuildRequires: golang(google.golang.org/grpc/credentials) BuildRequires: golang(google.golang.org/grpc/health) BuildRequires: golang(google.golang.org/grpc/health/grpc_health_v1) BuildRequires: golang(google.golang.org/grpc/internal/transport) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue Apr 30 20:37:49 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros * Wed Apr 10 14:05:19 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Release 1.0.0 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.20171028git3e6d191 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.20171028git3e6d191 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20171028git3e6d191 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Oct 07 2017 Ed Marshall - 0-0.1.20171028git3e6d191 - First package for Fedora