diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:35:30 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:35:30 +0000 |
| commit | 940396c27a4032f994330a4bc9f463f34ab1c66d (patch) | |
| tree | a48d0d218d146b65a75d0c950a34e52b6fdc740a | |
| parent | f59cd02c73eb7c33b621f6b9d365e1a4df70a226 (diff) | |
automatic import of python-locationsharinglibopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-locationsharinglib.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -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 @@ -1 +1 @@ -7d954e626d99a21de4e967fbd3f364b2 locationsharinglib-5.0.1.tar.gz +532d983a763e4698c432ee9bc1ab1111 locationsharinglib-5.0.2.tar.gz |
