diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:35:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:35:07 +0000 |
commit | 7e1a0509a894e7436c2620d93ff15c3cdd3391c1 (patch) | |
tree | 7962fabb86a09680e1f94e8f84ae37b778d25cd1 | |
parent | 793fe6e64428779eac553f4659580d46d636ad1c (diff) |
automatic import of python-arduino-master-deltaopeneuler20.03
-rw-r--r-- | python-arduino-master-delta.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-arduino-master-delta.spec b/python-arduino-master-delta.spec index 6b03869..45cf8e5 100644 --- a/python-arduino-master-delta.spec +++ b/python-arduino-master-delta.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Data Science enabled Data extraction and control library for Arduino with accurate Data Visualizations !. License: MIT License URL: https://github.com/SayadPervez/Arduino_Master_Delta -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/9d/b75bd02868462c282c80965be7cfe0b6645dadbc8c1de7c728d1660ea69f/Arduino_Master_Delta-404.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ae/9d/b75bd02868462c282c80965be7cfe0b6645dadbc8c1de7c728d1660ea69f/Arduino_Master_Delta-404.tar.gz BuildArch: noarch @@ -58,7 +58,7 @@ ___ %prep -%autosetup -n Arduino-Master-Delta-404 +%autosetup -n Arduino_Master_Delta-404 %build %py3_build @@ -72,20 +72,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 . @@ -98,5 +98,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 404-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 404-1 - Package Spec generated |