diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:51:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:51:08 +0000 |
commit | 400f4647cc34004258d813f289b6fbbc8ec13e6c (patch) | |
tree | 4b85db3bc546a802249526a6d15cbbfa616608f3 | |
parent | acee41651de2309bfddd4338c5f1c18bcf858137 (diff) |
automatic import of python-cx-oracle-asyncopeneuler20.03
-rw-r--r-- | python-cx-oracle-async.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-cx-oracle-async.spec b/python-cx-oracle-async.spec index f12720c..e61b7bf 100644 --- a/python-cx-oracle-async.spec +++ b/python-cx-oracle-async.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A very simple asynchronous wrapper that allows you to get access to the Oracle database in asyncio programs. License: MIT License URL: https://github.com/GoodManWEN/cx_Oracle_async -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/87/fe75e196c5570749ae228b6b85b78b0d887d412e54c504642f46f4eef857/cx_Oracle_async-0.3.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d1/87/fe75e196c5570749ae228b6b85b78b0d887d412e54c504642f46f4eef857/cx_Oracle_async-0.3.3.tar.gz BuildArch: noarch Requires: python3-cx-Oracle @@ -255,7 +255,7 @@ if __name__ == '__main__': %prep -%autosetup -n cx-Oracle-async-0.3.3 +%autosetup -n cx_Oracle_async-0.3.3 %build %py3_build @@ -269,20 +269,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 . @@ -295,5 +295,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1 - Package Spec generated |