diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:05:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:05:50 +0000 |
commit | 4e249c7ca3a5eb90b84d420d3292b1eebe01a3e1 (patch) | |
tree | 1d0fc21e28212f75aca71d910c845cf1aca37b18 | |
parent | 58e0f632b40cf996878e207ce892f324944d768d (diff) |
automatic import of python-xenapiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-xenapi.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /XenAPI-23.11.0.tar.gz +/XenAPI-23.13.0.tar.gz diff --git a/python-xenapi.spec b/python-xenapi.spec index 0b15f7c..ec7d825 100644 --- a/python-xenapi.spec +++ b/python-xenapi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-XenAPI -Version: 23.11.0 +Version: 23.13.0 Release: 1 Summary: XenAPI SDK, for communication with XenServer. License: BSD-2-Clause URL: https://www.citrix.com/community/citrix-developer/citrix-hypervisor-developer/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/47/078aa73abd9c06cb1cea4d26fd090e22016f2ade56a736ce755f74a6bde4/XenAPI-23.11.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a7/fe/504a2dadee448174e4cef39210ca1e3a3d382962f3e2f2be788444601631/XenAPI-23.13.0.tar.gz BuildArch: noarch @@ -31,7 +31,7 @@ To install the package, enable the virtual environment where it's going to be us `$ pip install XenAPI` %prep -%autosetup -n XenAPI-23.11.0 +%autosetup -n XenAPI-23.13.0 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 23.11.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 23.13.0-1 - Package Spec generated @@ -1 +1 @@ -2e2387e0cb7f6338b2da6875acc511bf XenAPI-23.11.0.tar.gz +441232a1dac5204724a696f73e10d563 XenAPI-23.13.0.tar.gz |