diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:50:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:50:23 +0000 |
| commit | b967d8f11690930c29d6bee758e3694e9ebfa28f (patch) | |
| tree | 8fce4590ce7a8ec4f423c11668d9d38934289483 | |
| parent | 8de112d928b1ffe7205ece8c268a3aa5af95e141 (diff) | |
automatic import of python-codebotsopeneuler20.03
| -rw-r--r-- | python-codebots.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-codebots.spec b/python-codebots.spec index 9bda573..4d3f076 100644 --- a/python-codebots.spec +++ b/python-codebots.spec @@ -5,7 +5,7 @@ Release: 1 Summary: collection of bots for tasks automation License: MIT license URL: https://github.com/franaudo/codebots -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4a/eb/9225b280df1a6be9befb362d427e3ee99013c1eb77804e00641de9969acc/codebots-0.11.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4a/eb/9225b280df1a6be9befb362d427e3ee99013c1eb77804e00641de9969acc/codebots-0.11.1.tar.gz BuildArch: noarch Requires: python3-Click @@ -48,20 +48,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 . @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.1-1 - Package Spec generated |
