# Generated by go2rpm 1 %bcond_without check # https://github.com/mtibben/percent %global goipath github.com/mtibben/percent Version: 0.2.1 %gometa %global common_description %{expand: Package percent escapes strings using percent-encoding.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Package percent escapes strings using percent-encoding License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 29 22:20:26 UTC 2020 Aleksei Bavshin - 0.2.1-1 - Initial package