diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:14:24 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:14:24 +0000 |
| commit | 7b2fa3f0aaaf86139ac5fe5d944b21404edb4b94 (patch) | |
| tree | 5ae1f463dcdba6d1a31d2374c45c5cb8f6cb96ab | |
| parent | 09c239d8998665f071e7e81fa2be927c0b7401cf (diff) | |
automatic import of python-databenchopeneuler20.03
| -rw-r--r-- | python-databench.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-databench.spec b/python-databench.spec index f96181c..1092c2a 100644 --- a/python-databench.spec +++ b/python-databench.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Realtime data analysis tool. License: MIT URL: https://github.com/svenkreiss/databench -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/4f/c4edc44fde8770d2bfe82e7348ef96a70be65f00ba7f3616199ea01be3dc/databench-0.7.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8b/4f/c4edc44fde8770d2bfe82e7348ef96a70be65f00ba7f3616199ea01be3dc/databench-0.7.3.tar.gz BuildArch: noarch Requires: python3-docutils @@ -82,20 +82,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 . @@ -108,5 +108,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.3-1 - Package Spec generated |
