# Generated by go2rpm 1 %bcond_without check # https://github.com/protocolbuffers/protobuf-go %global goipath google.golang.org/protobuf %global forgeurl https://github.com/protocolbuffers/protobuf-go Version: 1.25.0 %gometa %global common_description %{expand: Go support for Google's protocol buffers.} %global golicenses LICENSE PATENTS %global godocs AUTHORS CONTRIBUTING.md CONTRIBUTORS README.md Name: %{goname} Release: 7%{?dist} Summary: Go support for Google's protocol buffers # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: protobuf-compiler Requires: protobuf Provides: protoc-gen-go = %{version}-%{release} Provides: golang(%{goipath}/protoc-gen-go) = %{version}-%{release} BuildRequires: golang(github.com/google/go-cmp/cmp) BuildRequires: golang(github.com/google/go-cmp/cmp/cmpopts) %description %{common_description} %gopkg %prep %goprep %build for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck -d internal/impl %endif %files %license LICENSE PATENTS %doc AUTHORS CONTRIBUTING.md CONTRIBUTORS README.md %{_bindir}/* %gopkgfiles %changelog * Mon Oct 25 2021 Adrian Reber - 1.25.0-7 - Rebuilt for protobuf 3.18.1 * Thu Jul 22 2021 Fedora Release Engineering - 1.25.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.25.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jan 14 08:46:50 CET 2021 Adrian Reber - 1.25.0-4 - Rebuilt for protobuf 3.14 * Thu Sep 24 2020 Adrian Reber - 1.25.0-3 - Rebuilt for protobuf 3.13 * Mon Jul 27 2020 Fedora Release Engineering - 1.25.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 07 13:30:02 CEST 2020 Robert-André Mauchin - 1.25.0-1 - Update to 1.25.0 * Sun Jun 14 16:59:13 CEST 2020 Robert-André Mauchin - 1.21.0-1 - Initial package