diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:00:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:00:13 +0000 |
commit | 65fa784c0825213c2256e240b3f9b60332a2d26b (patch) | |
tree | 1cfd653a84a8ee616aa0749b44b272fc23290517 /python-carbonnow.spec | |
parent | f203ec7f84edd28678c90e5a0f2e63a62cfc8d6b (diff) |
automatic import of python-carbonnowopeneuler20.03
Diffstat (limited to 'python-carbonnow.spec')
-rw-r--r-- | python-carbonnow.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-carbonnow.spec b/python-carbonnow.spec index f9a01df..9e1d0c4 100644 --- a/python-carbonnow.spec +++ b/python-carbonnow.spec @@ -5,7 +5,7 @@ Release: 1 Summary: carbon.now.sh API Wrapper powered by Carbonara License: GNU Lesser General Public License v3 (LGPLv3) URL: https://github.com/OpenRestfulAPI/carbon-now-sh-API-Wrapper -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7b/43/64d4443e90c94340ffb0b9752c2f34dd973b1f5d54f1c2d6c34e0664ac64/carbonnow-0.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7b/43/64d4443e90c94340ffb0b9752c2f34dd973b1f5d54f1c2d6c34e0664ac64/carbonnow-0.0.1.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -224,20 +224,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 . @@ -250,5 +250,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.1-1 - Package Spec generated |