diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:54:31 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:54:31 +0000 |
| commit | e34e8ce937357d2265b55f53958755c20b88d5cf (patch) | |
| tree | 38be7dce42f6eb1ec2bc39170c2ccc45581551a8 /python-pyintelowl.spec | |
| parent | 409c3a8eaeaa9e83676c0a57d72297ce5d39e9d6 (diff) | |
automatic import of python-pyintelowlopeneuler20.03
Diffstat (limited to 'python-pyintelowl.spec')
| -rw-r--r-- | python-pyintelowl.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-pyintelowl.spec b/python-pyintelowl.spec index c454773..7fa9c01 100644 --- a/python-pyintelowl.spec +++ b/python-pyintelowl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyintelowl -Version: 4.4.3 +Version: 4.4.4 Release: 1 Summary: Robust Python SDK and CLI for IntelOwl's API License: GNU Affero General Public License v3 or later (AGPLv3+) URL: https://github.com/intelowlproject/pyintelowl -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fb/8f/6e55719ce06a3bd3848d615ba76a91bbcc87dad61e721b7f951e239c7d1e/pyintelowl-4.4.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ac/4b/22cc2007b694d16971f04400110cf26dae205820d907beeb607e3f162355/pyintelowl-4.4.4.tar.gz BuildArch: noarch Requires: python3-requests @@ -330,7 +330,7 @@ You can use it by pasting it into the file [api_token.txt](api_token.txt). %prep -%autosetup -n pyintelowl-4.4.3 +%autosetup -n pyintelowl-4.4.4 %build %py3_build @@ -344,20 +344,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 . @@ -370,5 +370,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.4-1 - Package Spec generated |
