Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/xeonx/timeago
%global goipath         github.com/xeonx/timeago
Version:                1.0.0
%global tag             v1.0.0-rc4
%global distprefix      %{nil}

%gometa

%global common_description %{expand:
Timeago allows the formatting of time in terms of fuzzy timestamps}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        1.rc4%{?dist}
Summary:        Go package for time formating based on current time

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Wed May 01 20:32:47 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1.rc4
- Initial package