summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:28:00 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:28:00 +0000
commite7197ebb76511f8e54977427c4fd1af7d6c707fa (patch)
tree881da36a199654e789e30024d693c67cc57a0a61
parent0f757ff5cb5d434b4e23fcd00058630da6016971 (diff)
automatic import of python-xs1-api-clientopeneuler20.03
-rw-r--r--python-xs1-api-client.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-xs1-api-client.spec b/python-xs1-api-client.spec
index c1543d7..a9f9ae2 100644
--- a/python-xs1-api-client.spec
+++ b/python-xs1-api-client.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A library to get and set values of the EZcontrol XS1 Gateway
License: GPLv3+
URL: https://github.com/markusressel/xs1-api-client
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ec/f8/086a3fe583895704dc779f2e65215a3411e1c8b6ac065249f263408a9982/xs1_api_client-3.0.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ec/f8/086a3fe583895704dc779f2e65215a3411e1c8b6ac065249f263408a9982/xs1_api_client-3.0.1.tar.gz
BuildArch: noarch
Requires: python3-requests
@@ -33,7 +33,7 @@ A python 3.5+ library for accessing actuator and sensor data on the the
EZcontrolĀ® XS1 Gateway using its HTTP API.
%prep
-%autosetup -n xs1-api-client-3.0.1
+%autosetup -n xs1_api_client-3.0.1
%build
%py3_build
@@ -47,20 +47,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 .
@@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1
- Package Spec generated