# Generated by go2rpm %bcond_without check # https://github.com/alexcesaro/quotedprintable %global goipath gopkg.in/alexcesaro/quotedprintable.v3 %global forgeurl https://github.com/alexcesaro/quotedprintable Version: 3.0.0 %global commit 2caba252f4dc53eaf6b553000885530023f54623 %gometa %global goaltipaths github.com/alexcesaro/quotedprintable %global common_description %{expand: Package Quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go package concerning quoted-printable encoding License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Jun 03 23:34:48 CEST 2019 Robert-André Mauchin - 3.0.0-2.20190603git2caba25 - Update to new macros * Fri Mar 22 2019 Mark Goodwin - 3.0.0-1 - First package for Fedora