diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:31:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:31:56 +0000 |
| commit | a288750306af342571739d8649a6c68db0fae867 (patch) | |
| tree | 2f924bf7117b11dd8495232c1e257620ef07d954 | |
| parent | d260d4e8eaa81bd5bebb59d1466f89556bb273f5 (diff) | |
automatic import of python-rfapiopeneuler20.03
| -rw-r--r-- | python-rfapi.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-rfapi.spec b/python-rfapi.spec index 5e75053..107f6a9 100644 --- a/python-rfapi.spec +++ b/python-rfapi.spec @@ -5,7 +5,7 @@ Release: 1 Summary: API access to the Recorded Future API. License: Apache 2 URL: https://github.com/recordedfuture/rfapi-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/aa/20/9e23bf6921da3121c0e846eaea94829c82428bdb0ba9e7e17219d0d0b0e8/rfapi-2.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/aa/20/9e23bf6921da3121c0e846eaea94829c82428bdb0ba9e7e17219d0d0b0e8/rfapi-2.6.0.tar.gz BuildArch: noarch @@ -66,20 +66,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 . @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0-1 - Package Spec generated |
