%global goipath github.com/alexcesaro/quotedprintable Version: 3 %gometa Name: %{goname} Release: 1%{?dist} Summary: Package quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047 License: MIT URL: %{gourl} Source0: %{gosource} %description %{summary}. %package devel Summary: %{summary} BuildArch: noarch %description devel %{summary}. This package contains library source intended for building other packages which use import path with %{goipath} prefix. %prep %forgeautosetup -p1 %install %goinstall %check %gochecks %files devel -f devel.file-list %doc README.md %license LICENSE %changelog * Mon Mar 18 2019 Mark Goodwin - 1.0 - First package for Fedora