summaryrefslogtreecommitdiff
path: root/python-socli.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 02:53:04 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 02:53:04 +0000
commit158eae1fcdaf1ce239766fb46a2c66c8bdc515b5 (patch)
tree0bfaa98ee454dd3b7d6ef18ba955bfd04721eb74 /python-socli.spec
parent33b91731d876ed2ff698afd2d38b167a605517fc (diff)
automatic import of python-socliopeneuler20.03
Diffstat (limited to 'python-socli.spec')
-rw-r--r--python-socli.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-socli.spec b/python-socli.spec
index 2fd6cc7..0b9033e 100644
--- a/python-socli.spec
+++ b/python-socli.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Stack overflow command line interface. SoCLI allows you to search and browse stack overflow from the terminal.
License: BSD
URL: https://www.github.com/gautamkrishnar/socli
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ed/c9/8af1f627155f2cb8af88d16344173dab0053da992a6e6feaead4283a67da/socli-7.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ed/c9/8af1f627155f2cb8af88d16344173dab0053da992a6e6feaead4283a67da/socli-7.3.tar.gz
BuildArch: noarch
Requires: python3-BeautifulSoup4
@@ -1039,20 +1039,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 .
@@ -1065,5 +1065,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 7.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 7.3-1
- Package Spec generated