summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-03-10 15:59:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-03-10 15:59:36 +0000
commit942147391f040e20fc84c6397816109592abc864 (patch)
tree3b23e95ee89f9e4f662bd29626821d6ce18aebe1
parent9bbce9ecfc0bbea53ee929c7a7cedd8a4d5f58fe (diff)
automatic import of rubygem-redis-namespaceopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--rubygem-redis-namespace.spec82
-rw-r--r--sources1
3 files changed, 84 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..e33e76f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/redis-namespace-1.10.0.gem
diff --git a/rubygem-redis-namespace.spec b/rubygem-redis-namespace.spec
new file mode 100644
index 0000000..86fcfda
--- /dev/null
+++ b/rubygem-redis-namespace.spec
@@ -0,0 +1,82 @@
+%global _empty_manifest_terminate_build 0
+%global gem_name redis-namespace
+Name: rubygem-redis-namespace
+Version: 1.10.0
+Release: 1
+Summary: Namespaces Redis commands.
+License: MIT
+URL: https://github.com/resque/redis-namespace
+Source0: https://rubygems.org/gems/redis-namespace-1.10.0.gem
+BuildArch: noarch
+
+Requires: rubygem-redis
+BuildRequires: ruby
+BuildRequires: ruby-devel
+BuildRequires: rubygems
+BuildRequires: rubygems-devel
+BuildRequires: rsync
+Provides: rubygem-redis-namespace
+
+%description
+Adds a Redis::Namespace class which can be used to namespace calls
+to Redis. This is useful when using a single instance of Redis with
+multiple, different applications.
+
+
+%package help
+Summary: Development documents and examples for redis-namespace
+Provides: rubygem-redis-namespace-doc
+BuildArch: noarch
+
+%description help
+Adds a Redis::Namespace class which can be used to namespace calls
+to Redis. This is useful when using a single instance of Redis with
+multiple, different applications.
+
+
+%prep
+%autosetup -n redis-namespace-1.10.0
+gem spec %{SOURCE0} -l --ruby > redis-namespace.gemspec
+
+%build
+gem build redis-namespace.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-redis-namespace -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..bde0fdc
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+00b7b9adab5bf9d81cd5e7c4c6c0db57 redis-namespace-1.10.0.gem