Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/go-resty/resty
%global goipath         gopkg.in/resty.v1
%global forgeurl        https://github.com/go-resty/resty
Version:                1.12.0

%gometa

%global common_description %{expand:
Package Resty provides Simple HTTP and REST client library for Go.}

%global golicenses      LICENSE
%global godocs          README.md .testdata/text-file.txt

Name:           %{goname}
Release:        2%{?dist}
Summary:        Simple HTTP and REST client library for Go

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(golang.org/x/net/publicsuffix)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Sat Apr 27 14:11:15 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.12.0-2
- Update to new macros

* Thu Feb 28 2019 Carl George <carl@george.computer> - 1.12.0-1
- Latest upstream

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Wed Dec 05 2018 Carl George <carl@george.computer> - 1.10.3-1
- Latest upstream

* Wed Dec 05 2018 Carl George <carl@george.computer> - 1.10.2-2
- Add patch0 to fix panic on i686

* Tue Nov 27 2018 Carl George <carl@george.computer> - 1.10.2-1
- Initial package