summaryrefslogtreecommitdiff
path: root/python-peachpayments-partner.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:06:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:06:36 +0000
commit015586e5a3fc1a21c9f00b4a8efa1dd9af5ba083 (patch)
tree03b77c8f247773adcce1dd7f1ab6bf2d0d013fe5 /python-peachpayments-partner.spec
parentbf715c3e23dbf1040a7fbca1abd2a03d1d1d7d64 (diff)
automatic import of python-peachpayments-partneropeneuler20.03
Diffstat (limited to 'python-peachpayments-partner.spec')
-rw-r--r--python-peachpayments-partner.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-peachpayments-partner.spec b/python-peachpayments-partner.spec
index 9196453..ecf9302 100644
--- a/python-peachpayments-partner.spec
+++ b/python-peachpayments-partner.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: PeachPayments Partner Library is a platform agnostic Python package to help integrating PeachPayments with their partners.
License: MIT
URL: https://gitlab.com/peachpayments/peach-partner-python/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d9/62/69dff8e406adb5aceb724a5614331b300a7cb4219fdb4c4e3346163ba933/peachpayments_partner-0.1.11.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d9/62/69dff8e406adb5aceb724a5614331b300a7cb4219fdb4c4e3346163ba933/peachpayments_partner-0.1.11.tar.gz
BuildArch: noarch
Requires: python3-iso4217
@@ -383,7 +383,7 @@ def debit_response():
```
%prep
-%autosetup -n peachpayments-partner-0.1.11
+%autosetup -n peachpayments_partner-0.1.11
%build
%py3_build
@@ -397,20 +397,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 .
@@ -423,5 +423,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1
- Package Spec generated