summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:14:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:14:20 +0000
commit923da797b71fb20638acc6c8de4888beee685fbd (patch)
tree47858c33ebeefc20a9867f4f1649c413bf28a4fe
parentb71a8a7bf41ce10a67b0cc3dfc0f2934181a417d (diff)
automatic import of python-cryptocom-exchangeopeneuler20.03
-rw-r--r--python-cryptocom-exchange.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-cryptocom-exchange.spec b/python-cryptocom-exchange.spec
index 255b4c5..5353b25 100644
--- a/python-cryptocom-exchange.spec
+++ b/python-cryptocom-exchange.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python 3.7+ async library for crypto.com/exchange API using httpx and websockets
License: MIT
URL: https://pypi.org/project/cryptocom-exchange/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/3f/4f43058eab456c1c71f38d93c035b685781b903254bcbe7e4aa07c2a4fe9/cryptocom_exchange-0.13.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c7/3f/4f43058eab456c1c71f38d93c035b685781b903254bcbe7e4aa07c2a4fe9/cryptocom_exchange-0.13.1.tar.gz
BuildArch: noarch
Requires: python3-aiolimiter
@@ -114,7 +114,7 @@ Exchange original API docs: [https://exchange-docs.crypto.com](https://exchange-
%prep
-%autosetup -n cryptocom-exchange-0.13.1
+%autosetup -n cryptocom_exchange-0.13.1
%build
%py3_build
@@ -128,20 +128,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 .
@@ -154,5 +154,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.1-1
- Package Spec generated