summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-locationsharinglib.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 828391d..2681856 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/locationsharinglib-5.0.1.tar.gz
+/locationsharinglib-5.0.2.tar.gz
diff --git a/python-locationsharinglib.spec b/python-locationsharinglib.spec
index 9ecc07e..3605a12 100644
--- a/python-locationsharinglib.spec
+++ b/python-locationsharinglib.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-locationsharinglib
-Version: 5.0.1
+Version: 5.0.2
Release: 1
Summary: A library to retrieve coordinates from an google account that has been shared locations of other accounts.
License: MIT
URL: https://github.com/costastf/locationsharinglib
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/56/c1/daf72897369928a051b37a61bd8df1e8990a36a0edd305b75344194aa144/locationsharinglib-5.0.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/cd/69/e2140e7381ed6f7817842d2a14934ca2b646a8d7ed3b4721b9e93d8b829b/locationsharinglib-5.0.2.tar.gz
BuildArch: noarch
@@ -28,7 +28,7 @@ Provides: python3-locationsharinglib-doc
%prep
-%autosetup -n locationsharinglib-5.0.1
+%autosetup -n locationsharinglib-5.0.2
%build
%py3_build
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.2-1
- Package Spec generated
diff --git a/sources b/sources
index b99828e..01cfb11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d954e626d99a21de4e967fbd3f364b2 locationsharinglib-5.0.1.tar.gz
+532d983a763e4698c432ee9bc1ab1111 locationsharinglib-5.0.2.tar.gz