diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:56:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:56:07 +0000 |
| commit | f8aaf38633453291c6e2023575d2904144ff0df3 (patch) | |
| tree | e83d7dc5dd230f4c131190dd47b6b3538b70dfae | |
| parent | d6ea7a9c50b6b76b56112ac2f8461fc665a84b1c (diff) | |
automatic import of python-pipedrive-python-libopeneuler20.03
| -rw-r--r-- | python-pipedrive-python-lib.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pipedrive-python-lib.spec b/python-pipedrive-python-lib.spec index 29dcc8e..04e304b 100644 --- a/python-pipedrive-python-lib.spec +++ b/python-pipedrive-python-lib.spec @@ -5,7 +5,7 @@ Release: 1 Summary: API wrapper for Pipedrive written in Python License: MIT URL: https://pypi.org/project/pipedrive-python-lib/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cf/00/5b5e4bb068ccc9de518e9103ebce10142a9da290035c4e51a7cec0e66037/pipedrive_python_lib-1.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cf/00/5b5e4bb068ccc9de518e9103ebce10142a9da290035c4e51a7cec0e66037/pipedrive_python_lib-1.2.2.tar.gz BuildArch: noarch Requires: python3-requests @@ -1619,7 +1619,7 @@ We are always grateful for any kind of contribution including but not limited to %prep -%autosetup -n pipedrive-python-lib-1.2.2 +%autosetup -n pipedrive_python_lib-1.2.2 %build %py3_build @@ -1633,20 +1633,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 . @@ -1659,5 +1659,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 - Package Spec generated |
