# Generated by go2rpm %bcond_without check # https://github.com/cockroachdb/cmux %global goipath github.com/cockroachdb/cmux %global commit 30d10be492927e2dcae0089c374c455d42414fcb %gometa %global common_description %{expand: Cmux is a generic Go library to multiplex connections based on their payload. Using cmux, you can serve gRPC, SSH, HTTPS, HTTP, Go RPC, and pretty much any other protocol on the same TCP listener.} %global golicenses LICENSE %global godocs CONTRIBUTORS README.md Name: %{goname} Version: 0 Release: 0.15%{?dist} Summary: Connection multiplexer for GoLang: serve different services on the same port # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/net/http2) BuildRequires: golang(golang.org/x/net/http2/hpack) BuildRequires: golang(google.golang.org/grpc) BuildRequires: golang(google.golang.org/grpc/internal/transport) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check rm example_test.go %gocheck %endif %gopkgfiles %changelog * Wed May 15 20:10:48 CEST 2019 Robert-André Mauchin - 0-0.15.20181114git30d10be - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.14.git30d10be - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Nov 14 2018 Robert-André Mauchin - 0-0.13.20181114git30d10be - Bump to commit 30d10be492927e2dcae0089c374c455d42414fcb * Tue Oct 23 2018 Nicolas Mailhot - 0-0.12.git112f050 - 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 - 0-0.10.git112f050 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 09 2018 Jan Chaloupka - 0-0.10.git112f050 - Upload glide files * Wed Feb 28 2018 Jan Chaloupka - 0-0.9.git112f050 - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering - 0-0.8.git112f050 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.7.git112f050 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.6.git112f050 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.5.git112f050 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 16 2016 Jan Chaloupka - 0-0.4.git112f050 - Polish the spec file related: #1387177 * Thu Oct 20 2016 jchaloup - 0-0.3.git112f050 - skip tests resolves: #1387177 * Thu Jul 21 2016 Fedora Release Engineering - 0-0.2.git112f050 - https://fedoraproject.org/wiki/Changes/golang1.7 * Sun May 15 2016 jchaloup - 0-0.1.git112f050 - First package for Fedora resolves: #1336218