diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:17:41 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:17:41 +0000 |
| commit | 4265df0d3c396b9441e4e75fe6984da0b07afdeb (patch) | |
| tree | 694a0b425747e525840fb6db8adf2efbe6d5edb7 | |
| parent | cc8afe31d56b37d24491ef60e0253f40838e5e2e (diff) | |
automatic import of python-arris-dcx960openeuler20.03
| -rw-r--r-- | python-arris-dcx960.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-arris-dcx960.spec b/python-arris-dcx960.spec index c1ce1d5..c9dd659 100644 --- a/python-arris-dcx960.spec +++ b/python-arris-dcx960.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python client for Arris DCX960 settop boxes License: MIT license URL: https://github.com/sholofly/arrisdcx960-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/e1/e4c7cde01bc71d952e72b2d02837340bffed8ae70d028564d0fa1a4f1a8d/arris_dcx960-0.2.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/12/e1/e4c7cde01bc71d952e72b2d02837340bffed8ae70d028564d0fa1a4f1a8d/arris_dcx960-0.2.1.tar.gz BuildArch: noarch @@ -43,7 +43,7 @@ Python library to control multiple Arris DCX960 boxes %prep -%autosetup -n arris-dcx960-0.2.1 +%autosetup -n arris_dcx960-0.2.1 %build %py3_build @@ -57,20 +57,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 . @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 - Package Spec generated |
