From d8b4c48e438208191301d63f7cbae75a64bf5d9d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 18:08:48 +0000 Subject: automatic import of python-netapp-ontap --- python-netapp-ontap.spec | 16 ++++++++-------- 1 file 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 - 9.12.1.0-1 +* Thu Jun 08 2023 Python_Bot - 9.12.1.0-1 - Package Spec generated -- cgit v1.2.3