diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:46:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:46:15 +0000 |
commit | f1e484077af2ea95d0afa1067b689bbc2d853310 (patch) | |
tree | cee7d2ec94ad76a26acf6b7a471cb505c6e1c426 | |
parent | b2c5dc0038cb52f88b2d8d4c066db972fa749499 (diff) |
automatic import of python-yedbopeneuler20.03
-rw-r--r-- | python-yedb.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-yedb.spec b/python-yedb.spec index 1733d44..7562e0a 100644 --- a/python-yedb.spec +++ b/python-yedb.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Rugged embedded and client/server key/value database License: Apache License 2.0 URL: https://github.com/alttch/yedb -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/6a/85ee2d9149f5f6dc54557b31527cf15e658a893520f6307f37d219c43352/yedb-0.2.25.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f6/6a/85ee2d9149f5f6dc54557b31527cf15e658a893520f6307f37d219c43352/yedb-0.2.25.tar.gz BuildArch: noarch @@ -921,20 +921,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 . @@ -947,5 +947,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.25-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.25-1 - Package Spec generated |