diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:43:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:43:10 +0000 |
commit | 7c4d1dd949e6edf8d6fbc481569b0ee4a13de642 (patch) | |
tree | 5b3133b7985c9c4b22236761ed3f27e73e7976d6 | |
parent | 80dcc251463bb8ec6286277f94ad8530cdc2458c (diff) |
automatic import of python-google-cloud-contact-center-insightsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-google-cloud-contact-center-insights.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /google-cloud-contact-center-insights-1.10.0.tar.gz +/google-cloud-contact-center-insights-1.11.0.tar.gz diff --git a/python-google-cloud-contact-center-insights.spec b/python-google-cloud-contact-center-insights.spec index 5395973..cfbc836 100644 --- a/python-google-cloud-contact-center-insights.spec +++ b/python-google-cloud-contact-center-insights.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-google-cloud-contact-center-insights -Version: 1.10.0 +Version: 1.11.0 Release: 1 Summary: Google Cloud Contact Center Insights API client library License: Apache 2.0 URL: https://github.com/googleapis/python-contact-center-insights -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/d3/469d4797c1aefd6f6601d4786e1f91a4e1d71e02dbf02e8f753fc8cebdee/google-cloud-contact-center-insights-1.10.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9f/28/5d5cecadba2b25b1224b7116cdb7b87a802b2093a24912c23cb16b61ed53/google-cloud-contact-center-insights-1.11.0.tar.gz BuildArch: noarch Requires: python3-google-api-core[grpc] @@ -41,7 +41,7 @@ Provides: python3-google-cloud-contact-center-insights-doc - `Product Documentation`_ %prep -%autosetup -n google-cloud-contact-center-insights-1.10.0 +%autosetup -n google-cloud-contact-center-insights-1.11.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 -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.10.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.11.0-1 - Package Spec generated @@ -1 +1 @@ -83d366096f4493ff2bc213652eac577a google-cloud-contact-center-insights-1.10.0.tar.gz +7e7eaeda6d543eb02e8cd3720d44e6a3 google-cloud-contact-center-insights-1.11.0.tar.gz |