diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:44:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:44:49 +0000 |
commit | e159ef5a9b5196167163d1d1634fc35f2efbf11e (patch) | |
tree | 3b53dfdcdf72a263119764ca1c6c33fd9a1390d9 | |
parent | 056a24b92b30ef1f6cb6dbf0839a594b6c8bed81 (diff) |
automatic import of python-sonoraopeneuler20.03
-rw-r--r-- | python-sonora.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sonora.spec b/python-sonora.spec index 9f02ef1..e52d36d 100644 --- a/python-sonora.spec +++ b/python-sonora.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A WSGI and ASGI compatible grpc-web implementation. License: Apache-2.0 URL: https://github.com/public/sonora -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/b4/00a2a2f08a2c8141690cc3b1cc7701d841b3da3ef51f883dd539527f6a86/sonora-0.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b2/b4/00a2a2f08a2c8141690cc3b1cc7701d841b3da3ef51f883dd539527f6a86/sonora-0.2.2.tar.gz BuildArch: noarch Requires: python3-grpcio @@ -46,20 +46,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 . @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1 - Package Spec generated |