diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:51:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:51:11 +0000 |
commit | 93fb8828551ed3f902140fb4a3b6b8f4aa26260a (patch) | |
tree | 5a8d48fe1756eaf2c48698f17f8a71b644aa3731 | |
parent | a69a964359c0b9bfb2b3fe61a945558d4a5c2fab (diff) |
automatic import of python-fastapi-websocket-rpcopeneuler20.03
-rw-r--r-- | python-fastapi-websocket-rpc.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-fastapi-websocket-rpc.spec b/python-fastapi-websocket-rpc.spec index 8cf6a9f..0bd0abf 100644 --- a/python-fastapi-websocket-rpc.spec +++ b/python-fastapi-websocket-rpc.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A fast and durable bidirectional JSON RPC channel over Websockets and FastApi. License: MIT License URL: https://github.com/permitio/fastapi_websocket_rpc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ca/8c/0dfd344f8fc955b7e363a97c602f193b62b60276a87022d409942e7dbbe2/fastapi_websocket_rpc-0.1.24.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ca/8c/0dfd344f8fc955b7e363a97c602f193b62b60276a87022d409942e7dbbe2/fastapi_websocket_rpc-0.1.24.tar.gz BuildArch: noarch Requires: python3-fastapi @@ -510,7 +510,7 @@ logging_config.set_mode(LoggingModes.UVICORN) %prep -%autosetup -n fastapi-websocket-rpc-0.1.24 +%autosetup -n fastapi_websocket_rpc-0.1.24 %build %py3_build @@ -524,20 +524,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 . @@ -550,5 +550,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.24-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.24-1 - Package Spec generated |