# Generated by go2rpm %bcond_without check # https://github.com/pquerna/cachecontrol %global goipath github.com/pquerna/cachecontrol %global commit ac21108117ac345f5739431ee1e9a5fd7f82ae1c %gometa %global common_description %{expand: Cachecontrol implements RFC 7234 Hypertext Transfer Protocol (HTTP/1.1): Caching. It does this by parsing the Cache-Control and other headers, providing information about requests and responses -- but Cachecontrol does not implement an actual cache backend, just the control plane to make decisions about if a particular response is cachable.} %global golicenses LICENSE %global godocs examples README.md Name: %{goname} Version: 0 Release: 0.14%{?dist} Summary: Golang HTTP Cache-Control Parser and Interpretation # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/require) %endif %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.14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 0-0.13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0-0.12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0-0.11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0-0.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 10 21:22:05 CET 2021 Robert-André Mauchin - 0-0.9.20210110gitac21108 - Bump to commit ac21108117ac345f5739431ee1e9a5fd7f82ae1c * Mon Jul 27 2020 Fedora Release Engineering - 0-0.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0-0.6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon May 13 01:15:38 CEST 2019 Robert-André Mauchin - 0-0.5.20190513git1555304 - Bump to commit 1555304b9b35fdd2b425bccf1a5613677705e7d0 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.4.git0923c70 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.git0923c70 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu May 17 2018 Robert-André Mauchin - 0.0.2.20180517git0923c70 - Bump to upstream 0923c70de240c513ff98174aa10a783bdcf0560e - Fixes Github issue #12 * Thu May 17 2018 Robert-André Mauchin - 0.0.1.20180517gitfd225a - First package for Fedora