# Generated by go2rpm 1.10.0 %bcond_without check %bcond_without bootstrap %global debug_package %{nil} %if %{with bootstrap} %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ %endif # https://github.com/GoogleCloudPlatform/google-cloud-go %global goipath cloud.google.com/go %global forgeurl https://github.com/GoogleCloudPlatform/google-cloud-go Version: 0.110.9 %global tag v%{version} %global distprefix %{nil} %gometa -L %global common_description %{expand: Google Cloud Client Libraries for Go.} %global golicenses LICENSE %global godocs CHANGES.md CODE_OF_CONDUCT.md CONTRIBUTING.md\\\ README.md RELEASING.md SECURITY.md testing.md Name: golang-cloud-google Release: %autorelease Summary: Google Cloud Client Libraries for Go License: Apache-2.0 AND BSD-3-Clause URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 sed -i 's|github.com/google/go-github/v52|github.com/google/go-github|' $(find . -iname '*.go' -type f) rm -rfv bigquery compute datacatalog datastore firestore iam logging longrunning monitoring osconfig pubsub secretmanager spanner storage trace %if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %endif %install %gopkginstall %if %{without bootstrap} %if %{with check} %check for test in "TestRetryPreserveError" "TestGolden" \ ; do awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test) done %gocheck -d cloud.google.com/go/internal/godocfx -d cloud.google.com/go/internal/postprocessor %endif %endif %gopkgfiles %changelog %autochangelog