From 70066c0d16d2d5057cb04705c9b598f8e87f5646 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 15:11:41 +0000 Subject: automatic import of python-google-analytics-admin --- python-google-analytics-admin.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-google-analytics-admin.spec') 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 - 0.16.0-1 +* Thu Jun 08 2023 Python_Bot - 0.17.0-1 - Package Spec generated -- cgit v1.2.3