# Generated by go2rpm %bcond_without check # https://github.com/tent/http-link-go %global goipath github.com/tent/http-link-go %global commit ac974c61c2f990f4115b119354b5e0b47550e888 %gometa %global common_description %{expand: Http-link-go implements parsing and serialization of Link header values as defined in RFC 5988.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.12%{?dist} Summary: HTTP Link parsing in Go # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(gopkg.in/check.v1) %endif %description %{common_description} %gopkg %prep %goprep find . -name "*.go" -exec sed -i "s|launchpad.net/gocheck|gopkg.in/check.v1|" "{}" +; %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Jun 01 18:19:26 CEST 2019 Robert-André Mauchin - 0-0.12.20190601gitac974c6 - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.11.gitac974c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.10.gitac974c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.9.gitac974c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.8.gitac974c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.7.gitac974c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.6.gitac974c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jul 21 2016 Fedora Release Engineering - 0-0.5.gitac974c6 - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 0-0.4.gitac974c6 - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 0-0.3.gitac974c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Aug 11 2015 Fridolin Pokorny - 0-0.2.gitac974c6 - Update spec file to spec-2.0 resolves: #1250515 * Thu Apr 16 2015 jchaloup - 0-0.1.gitac974c6 - First package for Fedora resolves: #1214934