# Generated by go2rpm %bcond_without check # https://github.com/go-macaron/macaron %global goipath gopkg.in/macaron.v1 %global forgeurl https://github.com/go-macaron/macaron Version: 1.3.2 %gometa %global goaltipaths github.com/go-macaron/macaron %global common_description %{expand: Package Macaron is a high productive and modular web framework in Go.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %{?dist} Summary: High productive and modular web framework in Go # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/go-macaron/inject) BuildRequires: golang(github.com/Unknwon/com) BuildRequires: golang(golang.org/x/crypto/pbkdf2) BuildRequires: golang(gopkg.in/ini.v1) %if %{with check} # Tests BuildRequires: golang(github.com/smartystreets/goconvey/convey) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon May 27 18:22:06 CEST 2019 Robert-André Mauchin - 1.3.2-2 - Update to new macros * Fri Mar 22 2019 Nathan Scott - 1.3.2-1 - First package for Fedora