summaryrefslogtreecommitdiff
path: root/python-flask-dj.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 06:16:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 06:16:14 +0000
commita9bf729e897bc4b3def473400dd52980a27ec924 (patch)
tree5818d3059274eb64120aaa969b392c5f508c9ae4 /python-flask-dj.spec
parent1c87b2fb14c8976cea2d68e0d7356c38aee6fc04 (diff)
automatic import of python-flask-djopeneuler20.03
Diffstat (limited to 'python-flask-dj.spec')
-rw-r--r--python-flask-dj.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-flask-dj.spec b/python-flask-dj.spec
index e5c7b47..00b2e79 100644
--- a/python-flask-dj.spec
+++ b/python-flask-dj.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Django (mvc) structure for your Flask project.
License: MIT License
URL: https://github.com/AlexandrovRoman/Flask-DJ
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/ca/c0979b06048ec22d190ad775499e2f2b28405b733b3bbc1e6a4c77dd226f/Flask-DJ-1.0.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/db/ca/c0979b06048ec22d190ad775499e2f2b28405b733b3bbc1e6a4c77dd226f/Flask-DJ-1.0.7.tar.gz
BuildArch: noarch
Requires: python3-waitress
@@ -168,20 +168,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 .
@@ -194,5 +194,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.7-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.7-1
- Package Spec generated