# Generated by go2rpm 1.6.0 %bcond_without check %global debug_package %{nil} # https://github.com/google/go-intervals %global goipath github.com/google/go-intervals Version: 0.0.2 %gometa %global common_description %{expand: A golang library for set operations on intervals, such as time ranges.} %global golicenses LICENSE %global godocs CONTRIBUTING.md README.md Name: %{goname} Release: 1%{?dist} Summary: A golang library for set operations on intervals, such as time ranges # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Mar 31 2022 Ondřej Budai - 0.0.2-1 - Initial package