# Generated by go2rpm %bcond_without check # https://github.com/zenazn/goji %global goipath github.com/zenazn/goji Version: 1.0 %gometa %global common_description %{expand: Goji is a minimalistic web framework that values composability and simplicity.} %global golicenses LICENSE %global godocs example README.md Name: %{goname} Release: 1%{?dist} Summary: Minimalistic web framework for Go License: MIT URL: %{gourl} Source0: %{gosource} # Fix Errorf format Patch0: https://github.com/zenazn/goji/commit/4a0a089f56dffba35ba29a37303bbc3e3e496f96.patch#/0001-upgrade-travis.yml-Updated-to-1.10.patch BuildRequires: golang(github.com/goji/param) %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 22:12:16 CEST 2019 Robert-André Mauchin - 1.0-1 - Initial package