diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:45:04 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:45:04 +0000 |
| commit | 93499db1e042cfefcd608ae579e50f5c678aa073 (patch) | |
| tree | cdd8550ae0bd4e8d2421de089a30f45c4588baf1 | |
| parent | 4f008d4fc08d918390a5048559f57d7169dfb182 (diff) | |
automatic import of python-daschat-baseopeneuler20.03
| -rw-r--r-- | python-daschat-base.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-daschat-base.spec b/python-daschat-base.spec index 1585a13..856a290 100644 --- a/python-daschat-base.spec +++ b/python-daschat-base.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Base package for Daschat modules. License: MIT URL: https://github.com/daschat-io/daschat_base -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/a2/5dac288e35938816395affb2f8be5943757378441617e9f4a9f90f959a7a/daschat_base-0.15.10.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/08/a2/5dac288e35938816395affb2f8be5943757378441617e9f4a9f90f959a7a/daschat_base-0.15.10.tar.gz BuildArch: noarch Requires: python3-cuid @@ -175,7 +175,7 @@ $ pyenv local 3.8.10 %prep -%autosetup -n daschat-base-0.15.10 +%autosetup -n daschat_base-0.15.10 %build %py3_build @@ -189,20 +189,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 . @@ -215,5 +215,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.10-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.10-1 - Package Spec generated |
