# Generated by go2rpm %bcond_without check # https://github.com/huandu/xstrings %global goipath github.com/huandu/xstrings Version: 1.2.0 %gometa %global common_description %{expand: Go package xstrings is a collection of string functions, which are widely used in other languages but absent in Go package strings. All functions are well tested and carefully tuned for performance.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 2%{?dist} Summary: Collection of useful string functions in Go License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 31 15:27:57 CEST 2019 Robert-André Mauchin - 1.2.0-2 - Update to new macros * Sun Mar 03 2019 Robert-André Mauchin - 1.2.0-1 - First package for Fedora