summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 16:22:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 16:22:26 +0000
commitc11dfe451654b1588a9aad4bc1f22b5945982189 (patch)
tree1fe1390db667bcfb0f429f654a05a08fc46f2404
parentb5d2f0ff000551d163f00c8915ab224185ebca72 (diff)
automatic import of python-fxcmpyopeneuler20.03
-rw-r--r--python-fxcmpy.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-fxcmpy.spec b/python-fxcmpy.spec
index 455e169..145548e 100644
--- a/python-fxcmpy.spec
+++ b/python-fxcmpy.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Python Wrapper Class for the RESTful API as provided by FXCM Forex Capital Markets Ltd.
License: BSD
URL: https://pypi.org/project/fxcmpy/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/93/8d/4533f355098c2a920bc06ac4c50005fcee17987e13d3386f2482dfb485de/fxcmpy-1.3.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/93/8d/4533f355098c2a920bc06ac4c50005fcee17987e13d3386f2482dfb485de/fxcmpy-1.3.3.tar.gz
BuildArch: noarch
Requires: python3-pandas
@@ -120,20 +120,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 .
@@ -146,5 +146,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1
- Package Spec generated