diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:47:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:47:27 +0000 |
| commit | dea5de5ec58d7c2b3fffa905ab6eabdba9bf648c (patch) | |
| tree | f11b36c7fe8bdf2009f5b08085ca9aede572270c | |
| parent | 784383efd36b0315b9929a5326a3eda3b15c8474 (diff) | |
automatic import of python-simplehoundopeneuler20.03
| -rw-r--r-- | python-simplehound.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-simplehound.spec b/python-simplehound.spec index 4e6a2a6..8d17475 100644 --- a/python-simplehound.spec +++ b/python-simplehound.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Unofficial python API for Sighthound License: Apache License, Version 2.0 URL: https://github.com/robmarkcole/simplehound -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/49/e5/4a5f33dc389eba0b4f11bcaa8cef975b0d7ed665843efae324169cb42152/simplehound-0.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/49/e5/4a5f33dc389eba0b4f11bcaa8cef975b0d7ed665843efae324169cb42152/simplehound-0.6.tar.gz BuildArch: noarch Requires: python3-requests @@ -43,20 +43,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 . @@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6-1 - Package Spec generated |
