Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > f25efa1e16c1ce20403b5951cce7b68e > files > 2

golang-github-hudl-fargo-1.4.0-2.mga9.src.rpm

# Generated by go2rpm
# Needs network
%bcond_with check

# https://github.com/hudl/fargo
%global goipath         github.com/hudl/fargo
Version:                1.4.0

%gometa

%global common_description %{expand:
Golang client for Netflix Eureka.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        %mkrel 2
Summary:        Golang client for Netflix Eureka
Group:          Development/Other
BuildArch:      noarch

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

BuildRequires:  golang(github.com/cenkalti/backoff)
BuildRequires:  golang(github.com/clbanning/x2j)
BuildRequires:  golang(github.com/franela/goreq)
BuildRequires:  golang(github.com/miekg/dns)
BuildRequires:  golang(github.com/op/go-logging)
BuildRequires:  golang(gopkg.in/gcfg.v1)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/smartystreets/goconvey/convey)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep
sed -e '0,/^# MIT LICENSE/d' README.md > LICENSE

%install
%gopkginstall

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

%gopkgfiles



%changelog
* Thu Mar 31 2022 umeabot <umeabot> 1.4.0-2.mga9
+ Revision: 1836282
- Mageia 9 Mass Rebuild

* Thu Nov 18 2021 guillomovitch <guillomovitch> 1.4.0-1.mga9
+ Revision: 1757698
- new version 1.4.0

* Wed Dec 30 2020 pterjan <pterjan> 1.3.1-1.mga8
+ Revision: 1666398
- Mageiaize
- imported package golang-github-hudl-fargo


* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5
- Second attempt - Rebuilt for
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

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

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

* Mon Apr 22 22:48:02 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.1-1.20190623gitfce5cf4
- Initial package