diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:56:22 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:56:22 +0000 |
| commit | 51ca050e808d759cb3472115961ec7596b1b018c (patch) | |
| tree | 4d0a32b1534374f83aba5f4aad2a2efb8960e311 | |
| parent | 963f6c32198b1da6a321f78bccd994d3d2c52a34 (diff) | |
automatic import of python-py-staticmapsopeneuler20.03
| -rw-r--r-- | python-py-staticmaps.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-py-staticmaps.spec b/python-py-staticmaps.spec index d4a35d6..876cd74 100644 --- a/python-py-staticmaps.spec +++ b/python-py-staticmaps.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Create static map images (SVG, PNG) with markers, geodesic lines, ... License: MIT License URL: https://github.com/flopp/py-staticmaps -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f9/22/efa565521b37c3cf8b64c6a2c7a3631efae15724231e23c9fd37623df7ef/py-staticmaps-0.4.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f9/22/efa565521b37c3cf8b64c6a2c7a3631efae15724231e23c9fd37623df7ef/py-staticmaps-0.4.0.tar.gz BuildArch: noarch @@ -705,20 +705,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 . @@ -731,5 +731,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1 - Package Spec generated |
