summaryrefslogtreecommitdiff
path: root/python-google-analytics-admin.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 15:11:41 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 15:11:41 +0000
commit70066c0d16d2d5057cb04705c9b598f8e87f5646 (patch)
tree4ea6813d4b2be1361a32821cbe78e7cf8dcc7bb5 /python-google-analytics-admin.spec
parent4fec604d4b035b5e8a6639b7a24f1ec3615921c9 (diff)
automatic import of python-google-analytics-adminopeneuler20.03
Diffstat (limited to 'python-google-analytics-admin.spec')
-rw-r--r--python-google-analytics-admin.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-google-analytics-admin.spec b/python-google-analytics-admin.spec
index a2741fa..b8e35c8 100644
--- a/python-google-analytics-admin.spec
+++ b/python-google-analytics-admin.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-google-analytics-admin
-Version: 0.16.0
+Version: 0.17.0
Release: 1
Summary: Google Analytics Admin API client library
License: Apache 2.0
URL: https://github.com/googleapis/python-analytics-admin
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9f/a6/a9d7c6fc6440ddfcd1544b8048ad5b7e2c90fdd394c24e54c082215cbfa0/google-analytics-admin-0.16.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/3f/6c/544f57ea2813ca15d4345e155c0e615856e99f1dc402d7238b55bbf15f14/google-analytics-admin-0.17.0.tar.gz
BuildArch: noarch
Requires: python3-google-api-core[grpc]
@@ -41,7 +41,7 @@ Provides: python3-google-analytics-admin-doc
- `Product Documentation`_
%prep
-%autosetup -n google-analytics-admin-0.16.0
+%autosetup -n google-analytics-admin-0.17.0
%build
%py3_build
@@ -55,20 +55,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 .
@@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.17.0-1
- Package Spec generated