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}.1
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
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

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