diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:13:40 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:13:40 +0000 |
| commit | 808d3a9858e6b906b0ae1f1992c2467225bbb577 (patch) | |
| tree | a9037caac1cdaf5bd6637ec8aed29959c398a1c0 | |
| parent | ce3cf68572a3f84d082c1c75fff1f3cd80afe08b (diff) | |
automatic import of python-client-api-vnopeneuler20.03
| -rw-r--r-- | python-client-api-vn.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-client-api-vn.spec b/python-client-api-vn.spec index cd9006d..39f6006 100644 --- a/python-client-api-vn.spec +++ b/python-client-api-vn.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python API to Biolovision API and applications using it License: gpl3 URL: https://framagit.org/lpo/Client_API_VN -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/b6/912f24d0a3998f3985d39d0e97867c9fdb3858b825674b603aa2adb87604/Client_API_VN-2.11.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a7/b6/912f24d0a3998f3985d39d0e97867c9fdb3858b825674b603aa2adb87604/Client_API_VN-2.11.1.tar.gz BuildArch: noarch Requires: python3-alembic @@ -48,7 +48,7 @@ Provides: python3-Client-API-VN-doc %prep -%autosetup -n Client-API-VN-2.11.1 +%autosetup -n Client_API_VN-2.11.1 %build %py3_build @@ -62,20 +62,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 . @@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.11.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.11.1-1 - Package Spec generated |
