diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:14:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:14:10 +0000 |
commit | de8048ad819cdcd9da67ef434a091e3a243414fb (patch) | |
tree | 4d66eab029bb859beea43a642e35b3e7a112eb24 | |
parent | 70ca41ed56b8cab3e151c0153f30f04df3a5c40b (diff) |
automatic import of python-actingwebopeneuler20.03
-rw-r--r-- | python-actingweb.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-actingweb.spec b/python-actingweb.spec index ed4c948..8e44f5b 100644 --- a/python-actingweb.spec +++ b/python-actingweb.spec @@ -5,7 +5,7 @@ Release: 1 Summary: The official ActingWeb library License: BSD URL: http://actingweb.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ed/82/97e1369a291d9bc680e85fa0ca018a7dc1f98f8911355d51bb7d9ff318a4/actingweb-2.6.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ed/82/97e1369a291d9bc680e85fa0ca018a7dc1f98f8911355d51bb7d9ff318a4/actingweb-2.6.5.tar.gz BuildArch: noarch Requires: python3-pynamodb @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.5-1 - Package Spec generated |