summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 18:08:48 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 18:08:48 +0000
commitd8b4c48e438208191301d63f7cbae75a64bf5d9d (patch)
tree1e9b9318e2172bdbed8bdeaeecd5541cc4bd4deb
parent62b31a1dce7167cf3229c5ea244c91e0727c92fd (diff)
automatic import of python-netapp-ontapopeneuler20.03
-rw-r--r--python-netapp-ontap.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-netapp-ontap.spec b/python-netapp-ontap.spec
index 09606ab..2a5c124 100644
--- a/python-netapp-ontap.spec
+++ b/python-netapp-ontap.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A library for working with ONTAP's REST APIs simply in Python
License: BSD License
URL: https://devnet.netapp.com/restapi.php
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/da/d0c608f7dab7cf29f27f737e69587482854e3edd422ab09bda2f447b58c6/netapp_ontap-9.12.1.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/9a/da/d0c608f7dab7cf29f27f737e69587482854e3edd422ab09bda2f447b58c6/netapp_ontap-9.12.1.0.tar.gz
BuildArch: noarch
Requires: python3-marshmallow
@@ -51,7 +51,7 @@ X-Dot-Client-App: netapp-ontap-python-9.8.0
Authorization: Basic YWRtaW46cGFzc3dvcmQK
%prep
-%autosetup -n netapp-ontap-9.12.1.0
+%autosetup -n netapp_ontap-9.12.1.0
%build
%py3_build
@@ -65,20 +65,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 .
@@ -91,5 +91,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 9.12.1.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 9.12.1.0-1
- Package Spec generated