diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:20:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:20:16 +0000 |
| commit | e27c628d4f18e097058a8e490f423af335ed06a1 (patch) | |
| tree | e6815146acc72cd18e9fe0df74d9ed0c250a5e06 | |
| parent | d41d726647054acf7b95143f1c5e104b556a0ab1 (diff) | |
automatic import of python-weibo-2-albumopeneuler20.03
| -rw-r--r-- | python-weibo-2-album.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-weibo-2-album.spec b/python-weibo-2-album.spec index fc3dc18..375153b 100644 --- a/python-weibo-2-album.spec +++ b/python-weibo-2-album.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Return photo list and caption (markdown format) from weibo. License: MIT License URL: https://github.com/gaoyunzhi/weibo_2_album -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/36/73/1510a8cf26178e8cde5c507a667452e05a5e845713a3e5073fdbaab3e09c/weibo_2_album-0.0.65.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/36/73/1510a8cf26178e8cde5c507a667452e05a5e845713a3e5073fdbaab3e09c/weibo_2_album-0.0.65.tar.gz BuildArch: noarch Requires: python3-cached-url @@ -84,7 +84,7 @@ result.cap %prep -%autosetup -n weibo-2-album-0.0.65 +%autosetup -n weibo_2_album-0.0.65 %build %py3_build @@ -98,20 +98,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 . @@ -124,5 +124,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.65-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.65-1 - Package Spec generated |
