summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:58:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:58:48 +0000
commitd06b06da7bc823047b4e34a699d57b28409f32d5 (patch)
tree539dc720267d749e700b337185dd89cd1114b133
parent3ed6a2a663aaeae2f25a46ebb728ce613a9e2f27 (diff)
automatic import of python-aliyun-python-sdk-dcdnopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-aliyun-python-sdk-dcdn.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 3084bbe..2780f10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/aliyun-python-sdk-dcdn-2.2.14.tar.gz
+/aliyun-python-sdk-dcdn-2.2.17.tar.gz
diff --git a/python-aliyun-python-sdk-dcdn.spec b/python-aliyun-python-sdk-dcdn.spec
index c7209ad..2485780 100644
--- a/python-aliyun-python-sdk-dcdn.spec
+++ b/python-aliyun-python-sdk-dcdn.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-aliyun-python-sdk-dcdn
-Version: 2.2.14
+Version: 2.2.17
Release: 1
Summary: The dcdn module of Aliyun Python sdk.
License: Apache
URL: http://develop.aliyun.com/sdk/python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/29/aa/0d6abe1c225d21d1283709a61136c10a22cb9f51582f5307517e2d36f753/aliyun-python-sdk-dcdn-2.2.14.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1f/da/52b5e910771c738e15ca34392b2cae7f8196edd0fadd402a722c504b5ae4/aliyun-python-sdk-dcdn-2.2.17.tar.gz
BuildArch: noarch
Requires: python3-aliyun-python-sdk-core
@@ -29,7 +29,7 @@ Provides: python3-aliyun-python-sdk-dcdn-doc
%prep
-%autosetup -n aliyun-python-sdk-dcdn-2.2.14
+%autosetup -n aliyun-python-sdk-dcdn-2.2.17
%build
%py3_build
@@ -43,20 +43,20 @@ 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
+ 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
+ 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
+ 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
+ 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
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.14-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.17-1
- Package Spec generated
diff --git a/sources b/sources
index b1b015c..f6452ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7dfbc77b28b620b0bd0c2fefe743881 aliyun-python-sdk-dcdn-2.2.14.tar.gz
+070c64cc8ecd7e318ac68e74b4068773 aliyun-python-sdk-dcdn-2.2.17.tar.gz