diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:15:11 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:15:11 +0000 |
| commit | 9a911203d370d88a146812f51857955cfe3bebd4 (patch) | |
| tree | b4543da682b14be305b94a34a0fe4411eb2a07bc | |
| parent | 8bd268e8800d04dbc90d8d3449ca046933218872 (diff) | |
automatic import of python-drone-mobileopeneuler20.03
| -rw-r--r-- | python-drone-mobile.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-drone-mobile.spec b/python-drone-mobile.spec index e7fc38a..675b685 100644 --- a/python-drone-mobile.spec +++ b/python-drone-mobile.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python wrapper for the DroneMobile API for Firstech/Compustar remote start systems. License: MIT URL: https://github.com/bjhiltbrand/drone_mobile_python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/82/2a91961519f50bef284094eb45c744c839dbb0f87a0dafcc182c7fcbff72/drone_mobile-0.2.23.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/14/82/2a91961519f50bef284094eb45c744c839dbb0f87a0dafcc182c7fcbff72/drone_mobile-0.2.23.tar.gz BuildArch: noarch Requires: python3-requests @@ -192,7 +192,7 @@ demo.py test@test.com mypassword %prep -%autosetup -n drone-mobile-0.2.23 +%autosetup -n drone_mobile-0.2.23 %build %py3_build @@ -206,20 +206,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 . @@ -232,5 +232,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.23-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.23-1 - Package Spec generated |
