# Generated by go2rpm %bcond_without check # https://github.com/docker/docker-credential-helpers %global goipath github.com/docker/docker-credential-helpers Version: 0.6.2 %gometa %global godevelheader %{expand: Requires: pkgconfig(libsecret-1)} %global common_description %{expand: Docker-credential-helpers is a suite of programs to use native stores to keep Docker credentials safe.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md Name: %{goname} Release: 1%{?dist} Summary: Suite of programs to use native stores to keep Docker credentials safe License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: pkgconfig(libsecret-1) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 13 17:40:26 CEST 2019 Robert-André Mauchin - 0.6.2-1 - Initial package