summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:08:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:08:35 +0000
commita7b25def0bfe796f3c417a7367fa1cb29441a48e (patch)
treeb759fc90280c3ea7434d76afc89eec8b9704b202
parent5e744a06952b47049585021e2974f0c42968bc49 (diff)
automatic import of python-squareconnectopeneuler20.03
-rw-r--r--python-squareconnect.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-squareconnect.spec b/python-squareconnect.spec
index 00e02f5..e0fed26 100644
--- a/python-squareconnect.spec
+++ b/python-squareconnect.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Square Connect v2 Python Client
License: http://www.apache.org/licenses/LICENSE-2.0
URL: https://github.com/square/connect-python-sdk
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/39/25/8a18de0a7e96135be7e3ded0afeb79ed8d16b2bbf3aa0026be5f4a21bb1b/squareconnect-2.20190724.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/39/25/8a18de0a7e96135be7e3ded0afeb79ed8d16b2bbf3aa0026be5f4a21bb1b/squareconnect-2.20190724.1.tar.gz
BuildArch: noarch
@@ -45,20 +45,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 .
@@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.20190724.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.20190724.1-1
- Package Spec generated