summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:43:01 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:43:01 +0000
commite845ff1567261b53d859861e149ac9df373b4a6c (patch)
tree0e90e7dcbc6b11cbe28461de58eb3ec7b1f1feb0
parent048c7e1b57083627223faa1e67abd49dc3296962 (diff)
automatic import of python-delta-rest-clientopeneuler20.03
-rw-r--r--python-delta-rest-client.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-delta-rest-client.spec b/python-delta-rest-client.spec
index 2e4acc2..9038e28 100644
--- a/python-delta-rest-client.spec
+++ b/python-delta-rest-client.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Rest Client for Delta Exchange
License: MIT License
URL: https://github.com/delta-exchange/python-rest-client
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/e3/c0f2a9f8f2854df3fffd43b6638f58e0036d2082c1ce7b55c47cf26dd4e9/delta_rest_client-1.0.8.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/40/e3/c0f2a9f8f2854df3fffd43b6638f58e0036d2082c1ce7b55c47cf26dd4e9/delta_rest_client-1.0.8.tar.gz
BuildArch: noarch
@@ -862,7 +862,7 @@ more_fills = delta_client.fills(query, page_size=100, after=after_cursor_for_nex
%prep
-%autosetup -n delta-rest-client-1.0.8
+%autosetup -n delta_rest_client-1.0.8
%build
%py3_build
@@ -876,20 +876,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 .
@@ -902,5 +902,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.8-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.8-1
- Package Spec generated