diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:57:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:57:06 +0000 |
commit | b5a0acb1cd4e45a4ef9e67b7da40cfbb44866a7d (patch) | |
tree | 83a0489cd4973376eb86c26e4f9e11b8d08e0152 | |
parent | 2dcf24aedc6fa518d1626bc1803fd7043573942d (diff) |
automatic import of python-eanalytics-api-pyopeneuler20.03
-rw-r--r-- | python-eanalytics-api-py.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-eanalytics-api-py.spec b/python-eanalytics-api-py.spec index 8c70fac..66124a5 100644 --- a/python-eanalytics-api-py.spec +++ b/python-eanalytics-api-py.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Locally download a datamining dataset from the Eulerian Technologies API License: GNU General Public License v3 or later (GPLv3+) URL: https://github.com/EulerianTechnologies/eanalytics-api-py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e0/cb/3ea19d4ccddd6986dbbac38ac4e8c7067b254abb5c79c03dc05bedaa2dbb/eanalytics_api_py-0.1.49.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e0/cb/3ea19d4ccddd6986dbbac38ac4e8c7067b254abb5c79c03dc05bedaa2dbb/eanalytics_api_py-0.1.49.tar.gz BuildArch: noarch Requires: python3-requests @@ -162,7 +162,7 @@ See [sample notebooks](notebooks) %prep -%autosetup -n eanalytics-api-py-0.1.49 +%autosetup -n eanalytics_api_py-0.1.49 %build %py3_build @@ -176,20 +176,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 . @@ -202,5 +202,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.49-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.49-1 - Package Spec generated |