Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/jedisct1/go-clocksmith
%global goipath         github.com/jedisct1/go-clocksmith
%global commit          c35da9bed550558a4797c74e34957071214342e7

%gometa

%global common_description %{expand:
A sleep-aware sleep() function, that doesn't pause (for too long) if the system
goes to hibernation.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Sleep-aware-sleep() function in Go

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Thu May 23 18:31:53 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20180529gitc35da9b
- Update to new macros

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.gitc35da9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.gitc35da9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Thu Apr 12 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20180529gitc35da9b
- First package for Fedora