summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 04:53:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 04:53:54 +0000
commit0b206ee878a218685cf39a4ca5419e8a4ffab2d0 (patch)
tree1f4007c90a6c5098393109c5f1c6eee604fb3c04
parenta4d8d5570a3efa3346b9258f0ee71d65dc4a6c2b (diff)
automatic import of python-odahu-flow-airflow-pluginopeneuler20.03
-rw-r--r--python-odahu-flow-airflow-plugin.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-odahu-flow-airflow-plugin.spec b/python-odahu-flow-airflow-plugin.spec
index fc3c7c1..87346ec 100644
--- a/python-odahu-flow-airflow-plugin.spec
+++ b/python-odahu-flow-airflow-plugin.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: please add a summary manually as the author left a blank one
License: Apache v2
URL: https://pypi.org/project/odahu-flow-airflow-plugin/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a4/46/cce7d787d31c87cb0386339cd925750d5dd6203637fa9dac631d00e82b62/odahu-flow-airflow-plugin-1.6.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a4/46/cce7d787d31c87cb0386339cd925750d5dd6203637fa9dac631d00e82b62/odahu-flow-airflow-plugin-1.6.0.tar.gz
BuildArch: noarch
Requires: python3-odahu-flow-sdk
@@ -50,20 +50,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 .
@@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.0-1
- Package Spec generated