diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:54:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:54:19 +0000 |
commit | b041c754c3a835b091818ce5a3bd98b776a499d3 (patch) | |
tree | 402ef71cd1e546797a1ef8229ed4670c71947a1b | |
parent | 0b8ebf485071355feaa5a348a1712ca8a66241f9 (diff) |
automatic import of python-pydatastreamopeneuler20.03
-rw-r--r-- | python-pydatastream.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pydatastream.spec b/python-pydatastream.spec index 364f951..f5cebf1 100644 --- a/python-pydatastream.spec +++ b/python-pydatastream.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python interface to the Refinitiv Datastream (former Thomson Reuters Datastream) API via Datastream Web Services (DSWS) License: MIT License URL: http://github.com/vfilimonov/pydatastream -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a0/ec/2abd3badb273a85c738519ac5ef87e532211c0d9bdc83106a5cff04b2c69/PyDatastream-0.6.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a0/ec/2abd3badb273a85c738519ac5ef87e532211c0d9bdc83106a5cff04b2c69/PyDatastream-0.6.5.tar.gz BuildArch: noarch @@ -60,20 +60,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 . @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.5-1 - Package Spec generated |