summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:36:46 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:36:46 +0000
commitce2d936e45808b0e56866e867624f3ce275a5595 (patch)
treee75c574d22b7c455ecccf4a3b32fa560f9954b8a
parentc172e4a7a887c96542d48182fef875690b02a181 (diff)
automatic import of python-restfxopeneuler20.03
-rw-r--r--python-restfx.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-restfx.spec b/python-restfx.spec
index 577a3b4..5a42392 100644
--- a/python-restfx.spec
+++ b/python-restfx.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A RESTful framework for Python3.
License: MIT License
URL: https://gitee.com/wangankeji/restfx
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/57/daaadba087dc70c16b25a3280c646b1ff7698c1eaa911e655c29fee7a10b/restfx-0.31.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7a/57/daaadba087dc70c16b25a3280c646b1ff7698c1eaa911e655c29fee7a10b/restfx-0.31.4.tar.gz
BuildArch: noarch
Requires: python3-Werkzeug
@@ -427,20 +427,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 .
@@ -453,5 +453,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.31.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.31.4-1
- Package Spec generated