# Generated by go2rpm 1.6.0 %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 %global godocs README.md Name: %{goname} Release: %autorelease Summary: Go implementation of Unicode Text Segmentation License: MIT and Apache-2.0 URL: %{gourl} Source0: %{gosource} # Remove in F43 Provides: golang-github-apparentlymart-textseg-13-3 = %{version}-%{release} Obsoletes: golang-github-apparentlymart-textseg-13-3 < 13.0.0-6 %global godevelheader %{expand: Provides: golang-github-apparentlymart-textseg-13-3-devel = %{version}-%{release} Obsoletes: golang-github-apparentlymart-textseg-13-3-devel < 13.0.0-6} %description %{common_description} %gopkg %prep %goprep rm -rfv autoversion %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog