summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:30:21 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:30:21 +0000
commitdd6b292f70a93b1d853d310646fd4564f4d68521 (patch)
tree6c9f1dd048ac23a0d2c448d91f3f937f36c259f8
parent734c2f2b61e4ff1bb048c763976db39628c323ef (diff)
automatic import of python-flask-atomicopeneuler20.03
-rw-r--r--python-flask-atomic.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-flask-atomic.spec b/python-flask-atomic.spec
index 477137a..93b85ea 100644
--- a/python-flask-atomic.spec
+++ b/python-flask-atomic.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Core code for Flask based projects
License: MIT
URL: https://github.com/kmjbyrne/flask-atomic
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/42/eb/cc063b26f2e339305b739ba8b4cb52f8d9c04d2bd1ea1537d5f1e6a82877/Flask-Atomic-0.1.11.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/42/eb/cc063b26f2e339305b739ba8b4cb52f8d9c04d2bd1ea1537d5f1e6a82877/Flask-Atomic-0.1.11.tar.gz
BuildArch: noarch
@@ -177,20 +177,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 .
@@ -203,5 +203,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1
- Package Spec generated