# Generated by go2rpm 1 %bcond_without check # https://github.com/apparentlymart/go-textseg %global goipath github.com/apparentlymart/go-textseg/v13 Version: 13.0.0 %gometa %global common_description %{expand: Go implementation of Unicode Text Segmentation.} %global golicenses LICENSE Name: %{goname} Release: 1%{?dist} Summary: Go implementation of Unicode Text Segmentation License: MIT and ASL 2.0 URL: %{gourl} Source0: %{gosource} # Required for testing? BuildRequires: golang(github.com/apparentlymart/go-textseg/v12/textseg) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %endif %gopkgfiles %changelog * Wed Oct 6 2021 Greg Hellings - 13.0.0-1 - Version 13 * Thu Jul 22 2021 Fedora Release Engineering - 12.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 12.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 08 17:49:44 CEST 2020 Robert-André Mauchin - 12.0.0-2 - Fix archive upload * Thu Jul 23 09:53:53 CEST 2020 Robert-André Mauchin - 12.0.0-1 - Initial package