# Generated by go2rpm %bcond_without check # https://github.com/h2non/parth %global goipath github.com/h2non/parth Version: 2.0.1 %gometa %global common_description %{expand: Package Parth provides path parsing for segment unmarshaling and slicing. In other words, parth provides simple and flexible access to (URL) path parameters. Along with string, all basic non-alias types are supported. An interface is available for implementation by user-defined types. When handling an int, uint, or float of any size, the first valid value within the specified segment will be used.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Path parsing for segment unmarshaling and slicing License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 02 16:41:34 CEST 2019 Robert-André Mauchin - 2.0.1-1 - Initial package