# Generated by go2rpm 1.9.0 # Need a gpg-agent running %bcond_with check %global debug_package %{nil} # https://github.com/proglottis/gpgme %global goipath github.com/proglottis/gpgme %global forgeurl https://github.com/proglottis/gpgme Version: 0.1.3 %gometa %global godevelheader %{expand: Requires: pkgconfig(gpgme)} %global common_description %{expand: Go wrapper for the GPGME library.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Go wrapper for the GPGME library License: BSD-3-Clause URL: %{gourl} Source: %{gosource} BuildRequires: pkgconfig(gpgme) %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog