summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-03-10 17:25:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-03-10 17:25:04 +0000
commitf5ff732ceea1c550c4963ecf8874bf9a8804cf47 (patch)
treeaa72291333530a45fd8543a8469fa340b754b57d
parenta4cc70ec0e0c5043909db40d4110eaeaaf2c97b6 (diff)
automatic import of rubygem-fog-awsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--rubygem-fog-aws.spec80
-rw-r--r--sources1
3 files changed, 82 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..f793b60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fog-aws-3.18.0.gem
diff --git a/rubygem-fog-aws.spec b/rubygem-fog-aws.spec
new file mode 100644
index 0000000..ba3e4f6
--- /dev/null
+++ b/rubygem-fog-aws.spec
@@ -0,0 +1,80 @@
+%global _empty_manifest_terminate_build 0
+%global gem_name fog-aws
+Name: rubygem-fog-aws
+Version: 3.18.0
+Release: 1
+Summary: Module for the 'fog' gem to support Amazon Web Services.
+License: MIT
+URL: https://github.com/fog/fog-aws
+Source0: https://rubygems.org/gems/fog-aws-3.18.0.gem
+BuildArch: noarch
+
+Requires: rubygem-fog-core
+Requires: rubygem-fog-json
+Requires: rubygem-fog-xml
+BuildRequires: ruby
+BuildRequires: ruby-devel
+BuildRequires: rubygems
+BuildRequires: rubygems-devel
+BuildRequires: rsync
+Provides: rubygem-fog-aws
+
+%description
+This library can be used as a module for `fog` or as standalone provider
+ to use the Amazon Web Services in applications..
+
+%package help
+Summary: Development documents and examples for fog-aws
+Provides: rubygem-fog-aws-doc
+BuildArch: noarch
+
+%description help
+This library can be used as a module for `fog` or as standalone provider
+ to use the Amazon Web Services in applications..
+
+%prep
+%autosetup -n fog-aws-3.18.0
+gem spec %{SOURCE0} -l --ruby > fog-aws.gemspec
+
+%build
+gem build fog-aws.gemspec
+%gem_install
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
+rsync -a --exclude=".*" .%{gem_dir}/* %{buildroot}%{gem_dir}/
+if [ -d .%{_bindir} ]; then
+ mkdir -p %{buildroot}%{_bindir}
+ cp -a .%{_bindir}/* %{buildroot}%{_bindir}/
+fi
+if [ -d ext ]; then
+ mkdir -p %{buildroot}%{gem_extdir_mri}/%{gem_name}
+ if [ -d .%{gem_extdir_mri}/%{gem_name} ]; then
+ cp -a .%{gem_extdir_mri}/%{gem_name}/*.so %{buildroot}%{gem_extdir_mri}/%{gem_name}
+ else
+ cp -a .%{gem_extdir_mri}/*.so %{buildroot}%{gem_extdir_mri}/%{gem_name}
+fi
+ cp -a .%{gem_extdir_mri}/gem.build_complete %{buildroot}%{gem_extdir_mri}/
+ rm -rf %{buildroot}%{gem_instdir}/ext/
+fi
+pushd %{buildroot}
+touch filelist.lst
+if [ -d %{buildroot}%{_bindir} ]; then
+ find .%{_bindir} -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+
+%files -n rubygem-fog-aws -f filelist.lst
+%dir %{gem_instdir}
+%{gem_instdir}/*
+%exclude %{gem_cache}
+%{gem_spec}
+
+%files help
+%{gem_docdir}/*
+
+%changelog
+* Fri Mar 10 2023 Ruby_Bot <Ruby_Bot@openeuler.org>
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..a43ae19
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+c278bcb34b289284af4d1022a0b3ddb3 fog-aws-3.18.0.gem