summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 21:26:39 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 21:26:39 +0000
commit9613b8a866cc80d580593c2cfd9ccaa1323d4793 (patch)
tree813e5119b7cd5d10630fb3abb5722dad94123429
parentcf8e022bb5bdbff74510dca9fe9c7ffa0434df31 (diff)
automatic import of python-pegaflowopeneuler20.03
-rw-r--r--python-pegaflow.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pegaflow.spec b/python-pegaflow.spec
index 934997a..2308394 100644
--- a/python-pegaflow.spec
+++ b/python-pegaflow.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: An easy-to-use Python API for Pegasus 5.0
License: Apache2
URL: https://github.com/polyactis/pegaflow
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/67/fb9319faad342b88a65a3bd7872c4a276d0edf4109c1e0a185feadd159f5/Pegaflow-5.0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b4/67/fb9319faad342b88a65a3bd7872c4a276d0edf4109c1e0a185feadd159f5/Pegaflow-5.0.4.tar.gz
BuildArch: noarch
@@ -213,20 +213,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 .
@@ -239,5 +239,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.4-1
- Package Spec generated