%global debug_package %{nil} %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]}) %global gem_name aws-sdk-core Name: rubygem-aws-sdk-core Version: 3.191.3 Release: 1%{?dist} Summary: Provides API clients for AWS. Group: Development/Languages License: Apache 2.0 Vendor: VMware, Inc. Distribution: Photon URL: https://rubygems.org/gems/%{gem_name}/versions/%{version} Source0: https://rubygems.org/downloads/aws-sdk-core-%{version}.gem %define sha512 aws-sdk-core=e9e1f4d6b76b4df43a2043b9ac9eae69c20f8cf3de03ae56204b553dc38b7fb26ed68daa97e8048599609d57fba69928fa25ecab88e665538d2f636343648036 BuildRequires: ruby Requires: rubygem-aws-eventstream >= 1.0 Requires: rubygem-aws-partitions >= 1.0 Requires: rubygem-aws-sigv4 >= 1.0 Requires: rubygem-jmespath >= 1.0 %description Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.. %prep %autosetup -c -T %build %install gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{SOURCE0} %files %defattr(-,root,root,-) %{gemdir} %changelog * Mon Feb 26 2024 Shivani Agarwal 3.191.3-1 - Update to version 3.191.3 * Wed Aug 17 2022 Gerrit Photon 3.166.0-1 - Automatic Version Bump * Wed Sep 30 2020 Gerrit Photon 3.109.0-1 - Automatic Version Bump * Fri Sep 25 2020 Gerrit Photon 3.108.0-1 - Automatic Version Bump * Mon Sep 21 2020 Gerrit Photon 3.107.0-1 - Automatic Version Bump * Thu Jul 16 2020 Gerrit Photon 3.105.0-1 - Automatic Version Bump * Tue Sep 11 2018 srinidhira0 3.27.0-1 - Update to version 3.27.0 * Mon Jul 30 2018 Srinidhi Rao 3.22.1-1 - Initial build