%global goipath github.com/pkg/diff %global tag main Version: 0.0.1 %gometa %global common_description %{expand: The top level Go package, diff, contains convenience functions for the most common uses. The subpackages provide very fine-grained control over every aspect: - myers: creates diffs using the Myers diff algorithm. - edit: contains the core diff data types. - ctxt: provides tools to reduce the amount of context in a diff. - write: provides routines to write diffs in standard formats.} %global golicenses LICENSE Name: %{goname} Release: 1%{?dist} Summary: Create, modify, and print diffs for Go License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %check %gocheck %gopkgfiles %changelog * Tue Feb 22 2022 Julien Rische - 0.0.1-1 - Initial package release