# Generated by go2rpm %bcond_without check # https://github.com/hako/durafmt %global goipath github.com/hako/durafmt Version: 1.0.0 %global tag 1.0.0 %gometa %global common_description %{expand: Durafmt is a tiny Go library that formats time.Duration strings into a human readable format.} %global golicenses LICENSE %global godocs CODE_OF_CONDUCT.md CONTRIBUTING.md README.md Name: %{goname} Release: 2%{?dist} Summary: Better time duration formatting in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 15:24:19 CEST 2019 Robert-André Mauchin - 1.0.0-2 - Update to new macros * Wed Feb 20 2019 Elliott Sales de Andrade - 1.0.0-1 - First package for Fedora