Blame golang-github-andygrunwald-gerrit.spec

3f4e15b
# Generated by go2rpm 1
3f4e15b
%bcond_without check
3f4e15b
3f4e15b
# https://github.com/andygrunwald/go-gerrit
3f4e15b
%global goipath         github.com/andygrunwald/go-gerrit
3f4e15b
Version:                0.5.2
ec76a8a
%global commit          ed2419acda397c1a113d8e9766bb41def2543f27
3f4e15b
3f4e15b
%gometa
3f4e15b
3f4e15b
%global common_description %{expand:
3f4e15b
Go(lang) client/library for Gerrit Code Review.}
3f4e15b
3f4e15b
%global golicenses      LICENSE
3f4e15b
%global godocs          CHANGELOG.md README.md
3f4e15b
3f4e15b
Name:           %{goname}
1b985b3
Release:        4%{?dist}
3f4e15b
Summary:        Go(lang) client/library for Gerrit Code Review
3f4e15b
3f4e15b
License:        MIT
3f4e15b
URL:            %{gourl}
3f4e15b
Source0:        %{gosource}
3f4e15b
3f4e15b
BuildRequires:  golang(github.com/google/go-querystring/query)
3f4e15b
3f4e15b
%description
3f4e15b
%{common_description}
3f4e15b
3f4e15b
%gopkg
3f4e15b
3f4e15b
%prep
3f4e15b
%goprep
3f4e15b
3f4e15b
%install
3f4e15b
%gopkginstall
3f4e15b
3f4e15b
%if %{with check}
3f4e15b
%check
3f4e15b
%gocheck
3f4e15b
%endif
3f4e15b
3f4e15b
%gopkgfiles
3f4e15b
3f4e15b
%changelog
1b985b3
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-4
1b985b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1b985b3
ec76a8a
* Thu Jul 23 17:01:35 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.2-3.20200723gited2419a
ec76a8a
- Bump to commit ed2419acda397c1a113d8e9766bb41def2543f27
ec76a8a
a47a431
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-2
a47a431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a47a431
3f4e15b
* Sat Dec 28 15:59:19 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.2-1.20191228git3f5e365
3f4e15b
- Initial package