diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:41:42 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:41:42 +0000 |
| commit | 87c364875d2202a9018eb58f8dca73388a869572 (patch) | |
| tree | e567c97dec1f921d6fe070a9f53bf0300b3751cb | |
| parent | 3378eff216764b97fad3a38a4945057b405fbabb (diff) | |
automatic import of python-exec-esopeneuler20.03
| -rw-r--r-- | python-exec-es.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-exec-es.spec b/python-exec-es.spec index 3e4db16..c8c0ac9 100644 --- a/python-exec-es.spec +++ b/python-exec-es.spec @@ -5,7 +5,7 @@ Release: 1 Summary: ElasticSearch Handler License: MIT License URL: https://github.com/Supplayer/exec_es.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/c1/817617036167a10534c8c67a3d1432fe4a9a84a9ff76578dea04e4ce832f/exec-es-0.0.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/18/c1/817617036167a10534c8c67a3d1432fe4a9a84a9ff76578dea04e4ce832f/exec-es-0.0.11.tar.gz BuildArch: noarch Requires: python3-elasticsearch @@ -347,20 +347,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 . @@ -373,5 +373,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.11-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.11-1 - Package Spec generated |
