diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:18:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:18:08 +0000 |
commit | a82cd262313026bf0a754921f1c1d54011101ba2 (patch) | |
tree | dccca4954d8ba6efa3699503b1b5cf32f65969b9 | |
parent | 49a2ef1caaf7e17bfb7e660605d90f4b6c920f1c (diff) |
automatic import of python-a2sopeneuler20.03
-rw-r--r-- | python-a2s.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-a2s.spec b/python-a2s.spec index 65b98d7..0f8c00f 100644 --- a/python-a2s.spec +++ b/python-a2s.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Convert python async function to a sync function for calling from a normal function in an existing event loop License: MIT License URL: https://github.com/plter/a2s -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/78/259fdbaf6006401eaf52109113e7a6e65229c9359d2a4f221363d9b4390c/a2s-1.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/db/78/259fdbaf6006401eaf52109113e7a6e65229c9359d2a4f221363d9b4390c/a2s-1.0.1.tar.gz BuildArch: noarch @@ -135,20 +135,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 . @@ -161,5 +161,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 - Package Spec generated |