summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:13:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:13:25 +0000
commit0d28c544c0b62f0a3c955873f879d4dfffe7af83 (patch)
treef2bd2225d12cfcfcbb58e76f9ea7c0af87ef28a2
parentb4589608ac79c34dd0acd1a13ce36aaae312b997 (diff)
automatic import of python-azure-mgmt-appplatformopeneuler20.03
-rw-r--r--python-azure-mgmt-appplatform.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-azure-mgmt-appplatform.spec b/python-azure-mgmt-appplatform.spec
index aa41703..278b6f4 100644
--- a/python-azure-mgmt-appplatform.spec
+++ b/python-azure-mgmt-appplatform.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Microsoft Azure App Platform Management Client Library for Python
License: MIT License
URL: https://github.com/Azure/azure-sdk-for-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4b/0b/c25a63a162af47b6e1fa6770a66a4cfc8f027a5672ac33649ea5a66ea07e/azure-mgmt-appplatform-8.0.0.zip
+Source0: https://mirrors.aliyun.com/pypi/web/packages/4b/0b/c25a63a162af47b6e1fa6770a66a4cfc8f027a5672ac33649ea5a66ea07e/azure-mgmt-appplatform-8.0.0.zip
BuildArch: noarch
@@ -846,20 +846,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 .
@@ -872,5 +872,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.0-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.0-1
- Package Spec generated