summaryrefslogtreecommitdiff
path: root/python-resilient-lib.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:40:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:40:42 +0000
commit1455ffec8c07e10eb0895ad25ebca0871327c869 (patch)
tree359d3a8ab3970136133966106402977cffdcbd5b /python-resilient-lib.spec
parent8eed068c6aa78223dee3e788eff12790514b67fe (diff)
automatic import of python-resilient-libopeneuler20.03
Diffstat (limited to 'python-resilient-lib.spec')
-rw-r--r--python-resilient-lib.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-resilient-lib.spec b/python-resilient-lib.spec
index 598f6ac..56bbcab 100644
--- a/python-resilient-lib.spec
+++ b/python-resilient-lib.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-resilient-lib
-Version: 48.2.4321
+Version: 49.0.4423
Release: 1
Summary: Python module with library calls which facilitate the development of Apps for IBM SOAR
License: MIT
URL: https://github.com/ibmresilient/resilient-python-api/tree/main/resilient-lib
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/17/08b6fe98b251482cabe6036cdc0b6b5bf38ed53c698dee7a0f27c9b6085d/resilient_lib-48.2.4321.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1d/19/0955b73019ab2f1fe66c342c5eed2fb6057848b3b4f8726d65ab80d67930/resilient_lib-49.0.4423.tar.gz
BuildArch: noarch
Requires: python3-resilient
@@ -151,7 +151,7 @@ IN THE SOFTWARE.
%prep
-%autosetup -n resilient-lib-48.2.4321
+%autosetup -n resilient_lib-49.0.4423
%build
%py3_build
@@ -165,20 +165,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 .
@@ -191,5 +191,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 48.2.4321-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 49.0.4423-1
- Package Spec generated