# Generated by go2rpm 1.9.0 # Needs network %bcond_with check %global debug_package %{nil} # https://github.com/google/go-github %global goipath github.com/google/go-github Version: 61.0.0 %gometa %global goname golang-github-google-go-github %global goaltipaths github.com/google/go-github/v61 %global common_description %{expand: Go library for accessing the GitHub v3 API.} %global golicenses LICENSE %global godocs AUTHORS CONTRIBUTING.md README.md Name: %{goname} Release: %autorelease Summary: Go library for accessing the GitHub v3 API License: BSD-3-Clause URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 rm -rf example %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog %autochangelog