diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:57:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:57:21 +0000 |
commit | f32127ddb76209beff71096daf25fb3a20cf9e82 (patch) | |
tree | d965964e21cb0b19f4a8eef13427745b5f055302 | |
parent | 95bbddb8fb378a8907dc621a36ec36ea93e38fe5 (diff) |
automatic import of python-pymacaronopeneuler20.03
-rw-r--r-- | python-pymacaron.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pymacaron.spec b/python-pymacaron.spec index 137982d..51349e0 100644 --- a/python-pymacaron.spec +++ b/python-pymacaron.spec @@ -5,7 +5,7 @@ Release: 1 Summary: REST microservice framework based on Flask, OpenAPI, gunicorn and celery, deployable towards GKE and Beanstalk License: BSD URL: https://github.com/pymacaron/pymacaron -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/13/dd652706c6bead1829fc075855591c8b6057e6260df5ff98b233aac392c6/pymacaron-2.0.345.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/18/13/dd652706c6bead1829fc075855591c8b6057e6260df5ff98b233aac392c6/pymacaron-2.0.345.tar.gz BuildArch: noarch @@ -309,20 +309,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 . @@ -335,5 +335,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.345-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.345-1 - Package Spec generated |