summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:22:38 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:22:38 +0000
commitfe371b5a468c7f754533c6b24f2407141d4e8b4e (patch)
treebe7ac57d9cb61e3f1196ec9b20fc883f8b92b5dd
parentd02cf108abca348d108272e66c2a8afdc77be14c (diff)
automatic import of python-keboola-componentopeneuler20.03
-rw-r--r--python-keboola-component.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-keboola-component.spec b/python-keboola-component.spec
index 9bfe5d5..3307d50 100644
--- a/python-keboola-component.spec
+++ b/python-keboola-component.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: General library for Python applications running in Keboola Connection environment
License: MIT License
URL: https://github.com/keboola/python-component
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1b/0c/5f583495dabc7cb9eba09f5d601f7c9648b70b9892356a978f0113dc4df6/keboola.component-1.4.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/0c/5f583495dabc7cb9eba09f5d601f7c9648b70b9892356a978f0113dc4df6/keboola.component-1.4.3.tar.gz
BuildArch: noarch
Requires: python3-pygelf
@@ -2121,20 +2121,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 .
@@ -2147,5 +2147,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.3-1
- Package Spec generated