summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-29 11:03:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-29 11:03:43 +0000
commitbac6a0c4e4af11b3568daa74f5426fd8156be7e3 (patch)
tree09c5bdcf1732f911e4f97556643f8d524f27ab60
parentefd000c7529c4e0ed64d82aaf2310377ec068b69 (diff)
automatic import of python-turbineclient
-rw-r--r--.gitignore1
-rw-r--r--python-turbineclient.spec77
-rw-r--r--sources1
3 files changed, 79 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d2b128e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/TurbineClient-4.0.3.tar.gz
diff --git a/python-turbineclient.spec b/python-turbineclient.spec
new file mode 100644
index 0000000..3840d79
--- /dev/null
+++ b/python-turbineclient.spec
@@ -0,0 +1,77 @@
+%global _empty_manifest_terminate_build 0
+Name: python-TurbineClient
+Version: 4.0.3
+Release: 1
+Summary: Turbine Science Gateway Client
+License: See LICENSE.md
+URL: https://github.com/CCSI-Toolset/turb_client
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/49/f3c8658e48c17806738655e2a6795c2bcfac3af6afa7eb504e114cdf01cf/TurbineClient-4.0.3.tar.gz
+BuildArch: noarch
+
+Requires: python3-dateutil
+Requires: python3-rpy2
+
+%description
+For additional information, please see https://github.com/CCSI-Toolset/turb_client
+
+
+%package -n python3-TurbineClient
+Summary: Turbine Science Gateway Client
+Provides: python-TurbineClient
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-TurbineClient
+For additional information, please see https://github.com/CCSI-Toolset/turb_client
+
+
+%package help
+Summary: Development documents and examples for TurbineClient
+Provides: python3-TurbineClient-doc
+%description help
+For additional information, please see https://github.com/CCSI-Toolset/turb_client
+
+
+%prep
+%autosetup -n TurbineClient-4.0.3
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-TurbineClient -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon May 29 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..6ed9905
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7df6409a4088ea8a35e643d8bddca45b TurbineClient-4.0.3.tar.gz