summaryrefslogtreecommitdiff
path: root/python-aws-orbit-voila.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 09:09:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 09:09:35 +0000
commitf7d62ec209e38be00f380ee56ac5a817ed810336 (patch)
treeb291e6ddfa0a188affc02275556ee650dcefe10a /python-aws-orbit-voila.spec
parentb60cff71d8efd70bc0eb8d2b74483645079f2d03 (diff)
automatic import of python-aws-orbit-voilaopeneuler20.03
Diffstat (limited to 'python-aws-orbit-voila.spec')
-rw-r--r--python-aws-orbit-voila.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-aws-orbit-voila.spec b/python-aws-orbit-voila.spec
index e49943c..b11bf67 100644
--- a/python-aws-orbit-voila.spec
+++ b/python-aws-orbit-voila.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Launch a Pod for the team space that executes a script given by the user
License: Apache License 2.0
URL: https://github.com/awslabs/aws-orbit-workbench
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/76/d9/41ea3a36b9c3b775f209070ea202bd48ee5882c8807df5075ab0bec21e72/aws-orbit-voila-1.4.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/76/d9/41ea3a36b9c3b775f209070ea202bd48ee5882c8807df5075ab0bec21e72/aws-orbit-voila-1.4.0.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1
- Package Spec generated