diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:42:02 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:42:02 +0000 |
| commit | e58382e0fb80e12e071bc8d4d3a46fa4aff949bd (patch) | |
| tree | b10b611283d80e85844a4105cad359dbae7095bf | |
| parent | 879a0e95ebec272c4d95d72045a0af59031b3847 (diff) | |
automatic import of python-pygeoogcopeneuler20.03
| -rw-r--r-- | python-pygeoogc.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pygeoogc.spec b/python-pygeoogc.spec index 5593629..5a15f94 100644 --- a/python-pygeoogc.spec +++ b/python-pygeoogc.spec @@ -5,7 +5,7 @@ Release: 1 Summary: An interface to ArcGIS RESTful-, WFS-, and WMS-based services. License: MIT URL: https://docs.hyriver.io/readme/pygeoogc.html -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/35/afba6041a1663adbcb5dbe98972814c981431428be05fdfb09821d598687/pygeoogc-0.15.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b8/35/afba6041a1663adbcb5dbe98972814c981431428be05fdfb09821d598687/pygeoogc-0.15.0.tar.gz BuildArch: noarch Requires: python3-async-retriever @@ -60,20 +60,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 . @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.0-1 - Package Spec generated |
