summaryrefslogtreecommitdiff
path: root/python-syneto-api.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 00:08:28 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 00:08:28 +0000
commit99e406ead88e37686188d16a3f136365cd86c1e0 (patch)
tree060ee46521ce41866013c42cb8eb9da0b8cb9d4c /python-syneto-api.spec
parentf699b034d34939c010269ae625f66f06ddffa7b9 (diff)
automatic import of python-syneto-apiopeneuler20.03
Diffstat (limited to 'python-syneto-api.spec')
-rw-r--r--python-syneto-api.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-syneto-api.spec b/python-syneto-api.spec
index 095b7d0..94a798d 100644
--- a/python-syneto-api.spec
+++ b/python-syneto-api.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-syneto-api
-Version: 0.2.46
+Version: 0.2.47
Release: 1
Summary: Syneto Client API library
License: Proprietary
URL: https://github.com/SynetoNet/syneto-api
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/4c/0679a5e12adf55a9e3050d4ddbdeb79b37b10754a1a985f1456f74b4a4ff/syneto_api-0.2.46.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/df/f0/47aba9893179c2674637eff91c4654fa7027793c048ee61400028022fde3/syneto_api-0.2.47.tar.gz
BuildArch: noarch
Requires: python3-dotenv
@@ -167,7 +167,7 @@ ALLOW_INSECURE_SSL=True
%prep
-%autosetup -n syneto-api-0.2.46
+%autosetup -n syneto_api-0.2.47
%build
%py3_build
@@ -181,20 +181,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 .
@@ -207,5 +207,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.46-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.47-1
- Package Spec generated