summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 07:20:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 07:20:30 +0000
commit20cd964ceb0a24b242fb8321610e1bc4799f8b06 (patch)
tree07240a4ceb37241957e1c9052fef582849881d74
parentd9cf221063e8bd06ec9c1d940497b09264883bde (diff)
automatic import of python-snakeplaneopeneuler20.03
-rw-r--r--python-snakeplane.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-snakeplane.spec b/python-snakeplane.spec
index 2d7b3b9..77e1ab8 100644
--- a/python-snakeplane.spec
+++ b/python-snakeplane.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: The Alteryx Python SDK Abstraction Layer
License: Apache License 2.0
URL: https://github.com/alteryx/snakeplane
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/cb/b83d7660b5824380240b14b7cad14256764721567feb84b2f2050a5cfc66/SnakePlane-1.0.0a23.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ae/cb/b83d7660b5824380240b14b7cad14256764721567feb84b2f2050a5cfc66/SnakePlane-1.0.0a23.tar.gz
BuildArch: noarch
Requires: python3-numpy
@@ -908,20 +908,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 .
@@ -934,5 +934,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0a23-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0a23-1
- Package Spec generated