# Generated by go2rpm 1 %bcond_with check # https://github.com/miguelmota/go-coinmarketcap %global goipath github.com/miguelmota/go-coinmarketcap Version: 0.1.6 %gometa %global common_description %{expand: Supports the CoinMarketCap API Pro Version, V2 and V1 Public API.} %global golicenses LICENSE.md %global godocs README.md pro/v1/example v1/example v2/example Name: %{goname} Release: 1%{?dist} Summary: Unofficial CoinMarketCap API client for Go License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/anaskhan96/soup) %description %{common_description} %gopkg %prep %goprep %build %gobuild -o %{gobuilddir}/bin/go-coinmarketcap %{goipath} %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license %{golicenses} %doc %{godocs} %{_bindir}/* %gopkgfiles %changelog * Wed Oct 02 03:35:25 EEST 2019 Artem Polishchuk - 0.1.6-1 - Initial package