summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:39:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:39:16 +0000
commit6d35404fc81393ecce2f4e908d69e9254d9d3e33 (patch)
tree23c2d0a46e33e25007b5ced649048030805a164d
parent7d8e38bc2896a220d470b9ba6464064c631e6a31 (diff)
automatic import of python-fastapi-websocket-pubsubopeneuler20.03
-rw-r--r--python-fastapi-websocket-pubsub.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-fastapi-websocket-pubsub.spec b/python-fastapi-websocket-pubsub.spec
index 32d33ef..b76280f 100644
--- a/python-fastapi-websocket-pubsub.spec
+++ b/python-fastapi-websocket-pubsub.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A fast and durable PubSub channel over Websockets (using fastapi-websockets-rpc).
License: MIT License
URL: https://github.com/permitio/fastapi_websocket_pubsub
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c2/54/b66288abc9df335ec6c7d2751841dbad89b45741677ee1d4940862668bb8/fastapi_websocket_pubsub-0.3.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c2/54/b66288abc9df335ec6c7d2751841dbad89b45741677ee1d4940862668bb8/fastapi_websocket_pubsub-0.3.3.tar.gz
BuildArch: noarch
Requires: python3-fastapi-websocket-rpc
@@ -518,7 +518,7 @@ logging_config.set_mode(LoggingModes.UVICORN)
%prep
-%autosetup -n fastapi-websocket-pubsub-0.3.3
+%autosetup -n fastapi_websocket_pubsub-0.3.3
%build
%py3_build
@@ -532,20 +532,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 .
@@ -558,5 +558,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1
- Package Spec generated