summaryrefslogtreecommitdiff
path: root/python-gcloud-rest-bigquery.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:21:37 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:21:37 +0000
commit10255b4a534c2ccc8d587be3424e31ec1dcedccf (patch)
tree46960238a3849ebaf02c40b5d1274ea82ae5f376 /python-gcloud-rest-bigquery.spec
parent460647369ab243704a9cef00033d5cfafe84a3ac (diff)
automatic import of python-gcloud-rest-bigqueryopeneuler20.03
Diffstat (limited to 'python-gcloud-rest-bigquery.spec')
-rw-r--r--python-gcloud-rest-bigquery.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-gcloud-rest-bigquery.spec b/python-gcloud-rest-bigquery.spec
index bbc88bd..8662372 100644
--- a/python-gcloud-rest-bigquery.spec
+++ b/python-gcloud-rest-bigquery.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python Client for Google Cloud BigQuery
License: MIT
URL: https://github.com/talkiq/gcloud-aio
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7b/8a/e551bf5f33ac13dd43fe69eaf8ae70b2a0ba5df56031e7373e6a4766cc00/gcloud_rest_bigquery-6.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/7b/8a/e551bf5f33ac13dd43fe69eaf8ae70b2a0ba5df56031e7373e6a4766cc00/gcloud_rest_bigquery-6.3.0.tar.gz
BuildArch: noarch
Requires: python3-gcloud-rest-auth
@@ -36,7 +36,7 @@ Provides: python3-gcloud-rest-bigquery-doc
|pypi| |pythons-aio| |pythons-rest|
%prep
-%autosetup -n gcloud-rest-bigquery-6.3.0
+%autosetup -n gcloud_rest_bigquery-6.3.0
%build
%py3_build
@@ -50,20 +50,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 .
@@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 6.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 6.3.0-1
- Package Spec generated