Blame golang-github-kurin-blazer.spec

0bddaf4
# Generated by go2rpm
0bddaf4
%bcond_without check
4839315
0bddaf4
# https://github.com/kurin/blazer
0bddaf4
%global goipath         github.com/kurin/blazer
0bddaf4
Version:                0.5.3
4839315
0bddaf4
%gometa
4839315
0bddaf4
%global common_description %{expand:
0bddaf4
Blazer is a Golang client library for Backblaze's B2 object storage service. It
0bddaf4
is designed for simple integration with existing applications that may already
0bddaf4
be using S3 and Google Cloud Storage, by exporting only a few standard Go
0bddaf4
types.}
0bddaf4
0bddaf4
%global golicenses      LICENSE
0bddaf4
%global godocs          examples AUTHORS CONTRIBUTING.md README.md
0bddaf4
0bddaf4
Name:           %{goname}
1ec3b0f
Release:        5%{?dist}
0bddaf4
Summary:        Go library for Backblaze's B2
0bddaf4
0bddaf4
# Upstream license specification: Apache-2.0
0bddaf4
License:        ASL 2.0
0bddaf4
URL:            %{gourl}
0bddaf4
Source0:        %{gosource}
0bddaf4
0bddaf4
BuildRequires:  golang(github.com/golang/protobuf/proto)
0bddaf4
BuildRequires:  golang(github.com/google/subcommands)
0bddaf4
BuildRequires:  golang(github.com/google/uuid)
0bddaf4
BuildRequires:  golang(github.com/grpc-ecosystem/grpc-gateway/runtime)
0bddaf4
BuildRequires:  golang(github.com/grpc-ecosystem/grpc-gateway/utilities)
0bddaf4
BuildRequires:  golang(golang.org/x/net/context)
0bddaf4
BuildRequires:  golang(google.golang.org/genproto/googleapis/api/annotations)
0bddaf4
BuildRequires:  golang(google.golang.org/grpc)
0bddaf4
BuildRequires:  golang(google.golang.org/grpc/codes)
0bddaf4
BuildRequires:  golang(google.golang.org/grpc/grpclog)
0bddaf4
BuildRequires:  golang(google.golang.org/grpc/metadata)
0bddaf4
BuildRequires:  golang(google.golang.org/grpc/status)
4839315
4839315
%description
4839315
%{common_description}
4839315
0bddaf4
%gopkg
4839315
4839315
%prep
0bddaf4
%goprep
4839315
4839315
%install
0bddaf4
%gopkginstall
4839315
0bddaf4
%if %{with check}
4839315
%check
0bddaf4
%gocheck
0bddaf4
%endif
4839315
0bddaf4
%gopkgfiles
4839315
4839315
%changelog
1ec3b0f
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-5
1ec3b0f
- Second attempt - Rebuilt for
1ec3b0f
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1ec3b0f
62dd183
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-4
62dd183
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
62dd183
a44b4e5
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-3
a44b4e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a44b4e5
1e42ceb
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
1e42ceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1e42ceb
0bddaf4
* Fri May 24 18:46:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.3-1
0bddaf4
- Release 0.5.3
0bddaf4
0bddaf4
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-4
714f1dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
714f1dc
0bddaf4
* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 0.4.4-3
8e9cb01
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
8e9cb01
- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/
8e9cb01
0bddaf4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-2
df13542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
df13542
4839315
* Thu Jun 14 2018 Steve Miller (copart) <code@rellims.com> - 0.4.4-1
4839315
- First package for Fedora