summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 09:09:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 09:09:04 +0000
commit973c2155ac736516329fae51ed5e23c9930aade6 (patch)
treed231f0d98545b0e29d35dd6b9bfadcebb0bfb5b2
parent2d13023b746823e2fa9ab6b6d2b0728bedcb6670 (diff)
automatic import of python-aliyun-python-sdk-cloudauth
-rw-r--r--.gitignore1
-rw-r--r--python-aliyun-python-sdk-cloudauth.spec73
-rw-r--r--sources1
3 files changed, 75 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d02cff3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/aliyun-python-sdk-cloudauth-2.0.33.tar.gz
diff --git a/python-aliyun-python-sdk-cloudauth.spec b/python-aliyun-python-sdk-cloudauth.spec
new file mode 100644
index 0000000..96eb3e3
--- /dev/null
+++ b/python-aliyun-python-sdk-cloudauth.spec
@@ -0,0 +1,73 @@
+%global _empty_manifest_terminate_build 0
+Name: python-aliyun-python-sdk-cloudauth
+Version: 2.0.33
+Release: 1
+Summary: The cloudauth module of Aliyun Python sdk.
+License: Apache
+URL: http://develop.aliyun.com/sdk/python
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7f/14/63c2469e5450cbfa1b3efdd0d8d7e25600e9b8e7d33c34efe1723f2381a7/aliyun-python-sdk-cloudauth-2.0.33.tar.gz
+BuildArch: noarch
+
+Requires: python3-aliyun-python-sdk-core
+
+%description
+
+
+%package -n python3-aliyun-python-sdk-cloudauth
+Summary: The cloudauth module of Aliyun Python sdk.
+Provides: python-aliyun-python-sdk-cloudauth
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-aliyun-python-sdk-cloudauth
+
+
+%package help
+Summary: Development documents and examples for aliyun-python-sdk-cloudauth
+Provides: python3-aliyun-python-sdk-cloudauth-doc
+%description help
+
+
+%prep
+%autosetup -n aliyun-python-sdk-cloudauth-2.0.33
+
+%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-aliyun-python-sdk-cloudauth -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.33-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..d866e55
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+20e015a65dba56b7f847d9c5329d23a3 aliyun-python-sdk-cloudauth-2.0.33.tar.gz