diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:26:26 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:26:26 +0000 |
| commit | 7fbeb771da90fb4e2f2384b3a2c2099e6769bcd6 (patch) | |
| tree | 368f6d377596dcc60b120a412e8ddf3f7b8e1790 | |
| parent | eebcd17b2bdc84eb7d97c73e4b392f2b6a8346ea (diff) | |
automatic import of python-db-utilsopeneuler20.03
| -rw-r--r-- | python-db-utils.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-db-utils.spec b/python-db-utils.spec index 8ea10d5..6ed989e 100644 --- a/python-db-utils.spec +++ b/python-db-utils.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Helper class to connect to Redshift, Snowflake, DynamoDB and S3 License: MIT License URL: https://github.com/ktechboston/db_utils -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/54/59af67000f5e00c9e8511afac1ac309e5353b6d68d2413a52f6657ed9f0b/db_utils-0.4.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/08/54/59af67000f5e00c9e8511afac1ac309e5353b6d68d2413a52f6657ed9f0b/db_utils-0.4.6.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -764,7 +764,7 @@ Basic Usage: %prep -%autosetup -n db-utils-0.4.6 +%autosetup -n db_utils-0.4.6 %build %py3_build @@ -778,20 +778,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 . @@ -804,5 +804,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.6-1 - Package Spec generated |
