diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:05:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:05:27 +0000 |
| commit | 77cf091189e0b60a61689da79eadbfbab69d6578 (patch) | |
| tree | 6803564fb77bfb4f83b48130646c44bdbcbe4553 /python-db-sync-tool-kmi.spec | |
| parent | 6fb380833906388b40d5f45c2a9893629b75ffea (diff) | |
automatic import of python-db-sync-tool-kmiopeneuler20.03
Diffstat (limited to 'python-db-sync-tool-kmi.spec')
| -rw-r--r-- | python-db-sync-tool-kmi.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-db-sync-tool-kmi.spec b/python-db-sync-tool-kmi.spec index c8532ab..b9ab2e2 100644 --- a/python-db-sync-tool-kmi.spec +++ b/python-db-sync-tool-kmi.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Synchronize a database from and to host systems. License: MIT URL: https://github.com/jackd248/db-sync-tool -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/93/ae/732555703efac18b1dd3b28a28d7c26ccf75aedd0680b21cc8e40ec9157f/db_sync_tool-kmi-2.10.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/93/ae/732555703efac18b1dd3b28a28d7c26ccf75aedd0680b21cc8e40ec9157f/db_sync_tool-kmi-2.10.9.tar.gz BuildArch: noarch Requires: python3-paramiko @@ -758,7 +758,7 @@ If you like the project, feel free to support the development. %prep -%autosetup -n db-sync-tool-kmi-2.10.9 +%autosetup -n db_sync_tool-kmi-2.10.9 %build %py3_build @@ -772,20 +772,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 . @@ -798,5 +798,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.9-1 - Package Spec generated |
