Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/getsentry/raven-go
%global goipath         github.com/getsentry/raven-go
Version:                0.2.0
%global commit          5c24d5110e0e198d9ae16f1f3465366085001d92

%gometa

%global common_description %{expand:
Package Raven implements a client for the Sentry error logging service.}

%global golicenses      LICENSE
%global godocs          example README.md

%global gosupfiles      glide.lock glide.yaml

Name:           %{goname}
Release:        6%{?dist}
Summary:        Sentry client in Go

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}
Source1:        glide.yaml
Source2:        glide.lock

BuildRequires:  golang(github.com/certifi/gocertifi)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/pkg/errors)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep
cp %{S:1} %{S:2} .

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Sun Jul 26 18:13:59 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-5.20200726git5c24d51
- Bump to commit 5c24d5110e0e198d9ae16f1f3465366085001d92

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Tue Jul 09 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.0-2.20190628git919484f
- Add Obsoletes for old name

* Mon May 06 22:02:55 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-1.20190628git919484f
- Initial package