diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:12:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:12:43 +0000 |
commit | 112a6860b1474aa64c30be165645cddeba47b3a6 (patch) | |
tree | ecf998687a1c32abcaa3155a6d02477f79f24be3 | |
parent | 769306575f5631638ec8323f1e39c939da9b62f0 (diff) |
automatic import of python-aioremootioopeneuler20.03
-rw-r--r-- | python-aioremootio.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-aioremootio.spec b/python-aioremootio.spec index ff8fb67..174b596 100644 --- a/python-aioremootio.spec +++ b/python-aioremootio.spec @@ -5,7 +5,7 @@ Release: 1 Summary: An asynchronous API client library for Remootio (http://www.remootio.com/) License: Apache Software License URL: https://github.com/ivgg-me/aioremootio -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/58/d2b88edccf07c9e742d5b7fa4afe0cc96b23e3aede4f379ad486fd3c9ca6/aioremootio-1.0.0a17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/65/58/d2b88edccf07c9e742d5b7fa4afe0cc96b23e3aede4f379ad486fd3c9ca6/aioremootio-1.0.0a17.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -52,20 +52,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 . @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0a17-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0a17-1 - Package Spec generated |