summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:38:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:38:47 +0000
commit98c9b54f316837da5df1dbb289e46eff637f0862 (patch)
tree558fb92be3f30e242d4146e622c94418821e51e4
parent68b606a1e4c52281b1d4eb79cec46c510adfeae9 (diff)
automatic import of python-timesketch-api-clientopeneuler20.03
-rw-r--r--python-timesketch-api-client.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-timesketch-api-client.spec b/python-timesketch-api-client.spec
index f82a837..b1c21c7 100644
--- a/python-timesketch-api-client.spec
+++ b/python-timesketch-api-client.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Timesketch API client
License: Apache License, Version 2.0
URL: http://www.timesketch.org/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5c/e1/e4a4cbce6b22a29457266c1cdbe8b4dd6cc4b13c68c8d8e1931407899e7e/timesketch-api-client-20230208.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5c/e1/e4a4cbce6b22a29457266c1cdbe8b4dd6cc4b13c68c8d8e1931407899e7e/timesketch-api-client-20230208.tar.gz
BuildArch: noarch
@@ -60,20 +60,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 .
@@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 20230208-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 20230208-1
- Package Spec generated