# template: default %global gem_name google-cloud-common Name: rubygem-%{gem_name} Version: 1.1.0 Release: 1%{?dist} Summary: Common protocol buffer types used in Google Cloud APIs License: Apache-2.0 URL: https://github.com/googleapis/common-protos-ruby Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # start specfile generated dependencies Requires: ruby >= 2.6 BuildRequires: ruby >= 2.6 BuildRequires: rubygems-devel BuildArch: noarch # end specfile generated dependencies %description Common protocol buffer types used by Google Cloud APIs. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %setup -q -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %files %dir %{gem_instdir} %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/README.md %changelog * Fri Sep 30 2022 Eric D. Helms 1.1.0-1 - Add rubygem-google-cloud-common generated by gem2rpm using the default template