summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 07:00:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 07:00:43 +0000
commit245802d0ba48ec0113027e89c9c7737d346e105f (patch)
treee64b320b9a9ea94eabd4a8dfdb5d67812de72be7
parent9ca543877c908d7f8c2c6dce6db46cd34b1b09c3 (diff)
automatic import of python-flask-taxonomiesopeneuler20.03
-rw-r--r--python-flask-taxonomies.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-flask-taxonomies.spec b/python-flask-taxonomies.spec
index 9596a2b..53169f9 100644
--- a/python-flask-taxonomies.spec
+++ b/python-flask-taxonomies.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: please add a summary manually as the author left a blank one
License: Creative Commons Attribution-Noncommercial-Share Alike license
URL: https://pypi.org/project/flask-taxonomies/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/97/7f40fc23f026daed1afe657e2ea092dd87e868a25b0dcd722cdf2e4fb820/flask-taxonomies-7.0.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/90/97/7f40fc23f026daed1afe657e2ea092dd87e868a25b0dcd722cdf2e4fb820/flask-taxonomies-7.0.3.tar.gz
BuildArch: noarch
Requires: python3-flask
@@ -4595,20 +4595,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 .
@@ -4621,5 +4621,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 7.0.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 7.0.3-1
- Package Spec generated