diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:45:46 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 16:45:46 +0000 |
commit | 5450dcad9581f6e286a137ac71b37d48ca6c9d9f (patch) | |
tree | a1d2ba0271b3f41beb0e045e2e94a1b2940ca764 | |
parent | 92d9fddd026561fae809d1ec2f5b721363210ecb (diff) |
automatic import of python-zaber-serialopeneuler20.03
-rw-r--r-- | python-zaber-serial.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-zaber-serial.spec b/python-zaber-serial.spec index b57d6dc..5528c7c 100644 --- a/python-zaber-serial.spec +++ b/python-zaber-serial.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A library for communicating with Zaber devices License: Apache Software License v2.0 URL: http://www.zaber.com/support/docs/api/core-python/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7e/0a/02cc889995f165c37ba232edf4244fcce70087a83c8c98975c0997fb2567/zaber.serial-0.9.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/7e/0a/02cc889995f165c37ba232edf4244fcce70087a83c8c98975c0997fb2567/zaber.serial-0.9.1.tar.gz BuildArch: noarch Requires: python3-pyserial @@ -62,20 +62,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 . @@ -88,5 +88,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.1-1 - Package Spec generated |