# Generated by go2rpm %bcond_without check # https://github.com/knz/strtime %global goipath github.com/knz/strtime %global commit 187c67f2bf5e0c15ebb3b49f83a0901a674fbde9 %gometa %global common_description %{expand: Strftime and strptime are functions found in nearly all C library implementations but with slightly different behaviors on each platform. To provide identical behavior on all platforms where Go is supported, this strtime package provides two functions Strftime and Strptime which can be used in lieu of the platform's native C implementation.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.11%{?dist} Summary: Stable strptime / strftime for Go # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/pkg/errors) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0-0.11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 10 11:29:09 CET 2021 Robert-André Mauchin - 0-0.6.20210110git187c67f - Bump to commit 187c67f2bf5e0c15ebb3b49f83a0901a674fbde9 * Tue Jul 28 19:50:04 CEST 2020 Robert-André Mauchin - 0-0.5.20200728gitbe99939 - Bump to commit be999391ffa90a7880271a65d53f760fc1cf0151 * Mon Jul 27 2020 Fedora Release Engineering - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 15 22:49:49 CEST 2019 Robert-André Mauchin - 0-0.1.20190701gitaf2256e - Initial package