diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:22:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:22:04 +0000 |
commit | 9204aaded830c1d8dcab8aa6c6af35814307c57a (patch) | |
tree | 9b8c722ec248d8d2b191efd91646e09015dbfead | |
parent | c768b069c5617cffa6767cd196e682e802ee417f (diff) |
automatic import of python-addokopeneuler20.03
-rw-r--r-- | python-addok.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-addok.spec b/python-addok.spec index 3dc5b78..305ae8b 100644 --- a/python-addok.spec +++ b/python-addok.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Search engine for address. Only address. License: MIT URL: https://github.com/addok/addok -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/6f/fbfb3b1f74e51db165e8267b95d73ef7887345043c516307abd6ddf399d4/addok-1.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/05/6f/fbfb3b1f74e51db165e8267b95d73ef7887345043c516307abd6ddf399d4/addok-1.1.1.tar.gz BuildArch: noarch Requires: python3-falcon @@ -123,20 +123,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 . @@ -149,5 +149,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.1-1 - Package Spec generated |