summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:10:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:10:39 +0000
commit5aaf50f5ab5d0e0effcd25786c415efedede5797 (patch)
treeacd480812f7466dfeaad4335b3d3cb9a90862ab1
parentf513117fd9308c2af8d8757767406570c856adfd (diff)
automatic import of python-faf-replay-parseropeneuler20.03
-rw-r--r--python-faf-replay-parser.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-faf-replay-parser.spec b/python-faf-replay-parser.spec
index 9e9a021..1f2e5b4 100644
--- a/python-faf-replay-parser.spec
+++ b/python-faf-replay-parser.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python bindings for faf-replay-parser
License: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
URL: https://github.com/Askaholic/faf-replay-parser-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3a/56/6712c09742fcc086c9ccbea56d726d0182c22b191340d58758b4e878f86a/faf-replay-parser-0.5.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3a/56/6712c09742fcc086c9ccbea56d726d0182c22b191340d58758b4e878f86a/faf-replay-parser-0.5.3.tar.gz
Requires: python3-zstd
@@ -426,20 +426,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 .
@@ -452,5 +452,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.3-1
- Package Spec generated