%global debug_package %{nil} %global gemdir %(IFS=: R=($(gem env gempath)); echo ${R[${#R[@]}-1]}) %global gem_name aws-sdk-s3 Name: rubygem-aws-sdk-s3 Version: 1.143.0 Release: 1%{?dist} Summary: Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). Group: Development/Languages License: Apache 2.0 Vendor: VMware, Inc. Distribution: Photon URL: https://rubygems.org/gems/%{gem_name}/versions/%{version} Source0: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3-%{version}.gem %define sha512 aws-sdk-s3=2167a86ac5dd11a8e29c108c82c341021a171e592a0cbed4d33007ca67cb43374d54c57df85b637f79e8feeb01e359f56b9790d24c76d320eb321bedb76154d6 BuildRequires: ruby Requires: rubygem-aws-sdk-core >= 3.21.2 Requires: rubygem-aws-sdk-kms >= 1 Requires: rubygem-aws-sigv4 >= 1.0 %description Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is part of the 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 1.143.0-1 - Update to version 1.143.0 * Wed Aug 17 2022 Gerrit Photon 1.117.1-1 - Automatic Version Bump * Wed Sep 30 2020 Gerrit Photon 1.82.0-1 - Automatic Version Bump * Fri Sep 25 2020 Gerrit Photon 1.81.1-1 - Automatic Version Bump * Mon Sep 21 2020 Gerrit Photon 1.81.0-1 - Automatic Version Bump * Thu Jul 16 2020 Gerrit Photon 1.79.1-1 - Automatic Version Bump * Tue Sep 11 2018 srinidhira0 1.19.0-1 - Update to version 1.19.0 * Mon Jul 30 2018 Srinidhi Rao 1.17.0-1 - Initial build