From 400f4647cc34004258d813f289b6fbbc8ec13e6c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 14:51:08 +0000 Subject: automatic import of python-cx-oracle-async --- python-cx-oracle-async.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'python-cx-oracle-async.spec') 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 - 0.3.3-1 +* Thu Jun 08 2023 Python_Bot - 0.3.3-1 - Package Spec generated -- cgit v1.2.3