diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:27:25 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:27:25 +0000 |
| commit | cf55435543311ace241e48fc112a6fb3f766614a (patch) | |
| tree | c2592bbc8b488449834820973d6dbff8a672d98b /python-bamboo-core.spec | |
| parent | 85b16ea58401991ab55c1b0dfe2128095f04efc8 (diff) | |
automatic import of python-bamboo-coreopeneuler20.03
Diffstat (limited to 'python-bamboo-core.spec')
| -rw-r--r-- | python-bamboo-core.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-bamboo-core.spec b/python-bamboo-core.spec index eb0b835..e3033b9 100644 --- a/python-bamboo-core.spec +++ b/python-bamboo-core.spec @@ -5,7 +5,7 @@ Release: 1 Summary: General purpose server framework in Python License: MIT URL: https://jjj999.github.io/bamboo -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ed/37/bc4768b7aaf62b583e8063c054590ad6038dd346ee7bf5196efc5f631f9d/bamboo-core-0.10.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ed/37/bc4768b7aaf62b583e8063c054590ad6038dd346ee7bf5196efc5f631f9d/bamboo-core-0.10.5.tar.gz BuildArch: noarch @@ -219,20 +219,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 . @@ -245,5 +245,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.5-1 - Package Spec generated |
