summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 11:31:32 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 11:31:32 +0000
commita97fae80eb72956a09620e9bc55c52b7e6026650 (patch)
tree22bf9fbf7d81160d29b5bb393a0f00b8962ca246
parent388b32339f54d0acfec64b8b29f47a7f12e705fe (diff)
automatic import of python-geohash-to-geojsonopeneuler20.03
-rw-r--r--python-geohash-to-geojson.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-geohash-to-geojson.spec b/python-geohash-to-geojson.spec
index 7bfc660..f2c1979 100644
--- a/python-geohash-to-geojson.spec
+++ b/python-geohash-to-geojson.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: convert set of geohashes into a geojson boundaries files of the corresponding geohashes
License: MIT
URL: https://github.com/brings123/geohash-to-geojson
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/87/96e41b74d4c4301c86b7392dd069ffeaae69973bed8f0946df597f795b24/geohash_to_geojson-1.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/52/87/96e41b74d4c4301c86b7392dd069ffeaae69973bed8f0946df597f795b24/geohash_to_geojson-1.3.2.tar.gz
BuildArch: noarch
Requires: python3-polygon-geohasher
@@ -139,7 +139,7 @@ Thank you !
%prep
-%autosetup -n geohash-to-geojson-1.3.2
+%autosetup -n geohash_to_geojson-1.3.2
%build
%py3_build
@@ -153,20 +153,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 .
@@ -179,5 +179,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
- Package Spec generated