# Generated by go2rpm %bcond_without check # https://github.com/Azure/azure-pipeline-go %global goipath github.com/Azure/azure-pipeline-go Version: 0.1.9 %gometa %global common_description %{expand: Package pipeline implements an HTTP request/response middleware pipeline whose policy objects mutate an HTTP request's URL, query parameters, and/or headers before the request is sent over the wire.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: HTTP request/response middleware pipeline implementation License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/pkg/errors) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed May 15 18:40:56 CEST 2019 Robert-André Mauchin - 0.1.9-1 - Release 0.1.9 * Thu Jan 31 2019 Fedora Release Engineering - 0.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Oct 05 2018 Robert-André Mauchin - 0.1.8-1 - First package for Fedora