summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:07:27 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:07:27 +0000
commit4c570683f23d00a0e80205138357da0730e6b222 (patch)
treec401bf543e219b220502d1f8c8908b92670789c0
parent7da52b3c1a8f38e753c5e97d4f1f5c65003421ba (diff)
automatic import of python-pyauroraxopeneuler20.03
-rw-r--r--python-pyaurorax.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyaurorax.spec b/python-pyaurorax.spec
index 9a8ebea..1b7864a 100644
--- a/python-pyaurorax.spec
+++ b/python-pyaurorax.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python library for interacting with the AuroraX API
License: MIT
URL: https://github.com/aurorax-space/pyaurorax
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/f2/35c430a92fb99e3d293f930cb6ab5dbbe8cb14dcd48cac4b5a16b5e34524/pyaurorax-0.13.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/87/f2/35c430a92fb99e3d293f930cb6ab5dbbe8cb14dcd48cac4b5a16b5e34524/pyaurorax-0.13.2.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -506,20 +506,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 .
@@ -532,5 +532,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.2-1
- Package Spec generated