diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:24:46 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:24:46 +0000 |
| commit | ef6a0b887afd8365e0883e83f3a96cae123a4bfa (patch) | |
| tree | 6ff07ecb69e2c7715d2cf81d5714a0a01c21a993 /python-soda-sql-bigquery.spec | |
| parent | 9b74e85ce52de1bf9fb354ec49ca34d6cd0898a1 (diff) | |
automatic import of python-soda-sql-bigqueryopeneuler20.03
Diffstat (limited to 'python-soda-sql-bigquery.spec')
| -rw-r--r-- | python-soda-sql-bigquery.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-soda-sql-bigquery.spec b/python-soda-sql-bigquery.spec index a56da4f..50f9507 100644 --- a/python-soda-sql-bigquery.spec +++ b/python-soda-sql-bigquery.spec @@ -5,7 +5,7 @@ Release: 1 Summary: please add a summary manually as the author left a blank one License: Apache Software License URL: https://pypi.org/project/soda-sql-bigquery/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d8/61/b425ef6502bc306e6d0535e04b82e1606e4756426a5a2c6e9e2f6820f266/soda-sql-bigquery-2.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d8/61/b425ef6502bc306e6d0535e04b82e1606e4756426a5a2c6e9e2f6820f266/soda-sql-bigquery-2.2.2.tar.gz BuildArch: noarch Requires: python3-soda-sql-core @@ -44,20 +44,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 . @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.2-1 - Package Spec generated |
