diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:06:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:06:11 +0000 |
commit | bdc5df084a435b496385b5b32844da8b9ab997a6 (patch) | |
tree | a8882285a436804128e5752728ec1ab9b93b15df | |
parent | 00624b8578c2aaccd042683823a7c833544e3a1d (diff) |
automatic import of python-clage-homeserveropeneuler20.03
-rw-r--r-- | python-clage-homeserver.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-clage-homeserver.spec b/python-clage-homeserver.spec index 61e211f..65d8675 100644 --- a/python-clage-homeserver.spec +++ b/python-clage-homeserver.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A Python API for accessing and managing an electrical CLAGE continuous waterheater (e.g. DSX Touch) via the CLAGE Homeserver REST API License: MIT License URL: https://github.com/klacol/clage_homeserver -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d3/ec/25ea6f95972af404c8dab9473d4f22a5a1aacf7ae951dca9cd9ce2ab84fe/clage_homeserver-0.1.14.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d3/ec/25ea6f95972af404c8dab9473d4f22a5a1aacf7ae951dca9cd9ce2ab84fe/clage_homeserver-0.1.14.tar.gz BuildArch: noarch Requires: python3-requests @@ -188,7 +188,7 @@ clageHomeServer.setTemperature(45.6) %prep -%autosetup -n clage-homeserver-0.1.14 +%autosetup -n clage_homeserver-0.1.14 %build %py3_build @@ -202,20 +202,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 . @@ -228,5 +228,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.14-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.14-1 - Package Spec generated |