diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:00:43 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:00:43 +0000 |
| commit | cd3898ad0a597d766a640cd6232f79759701996a (patch) | |
| tree | f29038d50691e7a23589145e5e58dc08519e1687 | |
| parent | bcd9603c5b0e2da6b2fe0e8f07c5f62f38a6a7e0 (diff) | |
automatic import of python-dcplibopeneuler20.03
| -rw-r--r-- | python-dcplib.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dcplib.spec b/python-dcplib.spec index 3d1d2a1..96845f8 100644 --- a/python-dcplib.spec +++ b/python-dcplib.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Modules shared among multiple Data Coordination Platform components. License: MIT URL: http://github.com/HumanCellAtlas/dcplib -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/13/af/4331e975c98d869615a23bd89d3446c615d99430fcf04293597f350a6961/dcplib-3.12.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/13/af/4331e975c98d869615a23bd89d3446c615d99430fcf04293597f350a6961/dcplib-3.12.0.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -50,20 +50,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 . @@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.12.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.12.0-1 - Package Spec generated |
