diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:14:44 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:14:44 +0000 |
| commit | 70bb2046c613085486debfacacfcee5be4ba0b19 (patch) | |
| tree | 5222dd5b4f81b87c30cd4852c29fb47f6f9c5d52 /python-psycopg-pool.spec | |
| parent | ccd2e4c00f383374ef709c35a73b8f67d1dceeca (diff) | |
automatic import of python-psycopg-poolopeneuler20.03
Diffstat (limited to 'python-psycopg-pool.spec')
| -rw-r--r-- | python-psycopg-pool.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-psycopg-pool.spec b/python-psycopg-pool.spec index bcda80c..72efc57 100644 --- a/python-psycopg-pool.spec +++ b/python-psycopg-pool.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Connection Pool for Psycopg License: GNU Lesser General Public License v3 (LGPLv3) URL: https://psycopg.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/68/46/381ea2ec7531e2a6cdc1468b8abcbc157c1abf7e9f1e00012b4b9d450170/psycopg-pool-3.1.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/68/46/381ea2ec7531e2a6cdc1468b8abcbc157c1abf7e9f1e00012b4b9d450170/psycopg-pool-3.1.7.tar.gz BuildArch: noarch Requires: python3-typing-extensions @@ -70,20 +70,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 . @@ -96,5 +96,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.7-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.7-1 - Package Spec generated |
