diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:03:55 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:03:55 +0000 |
| commit | 6b44704db9a613af5afee994ecb08412e73d9d16 (patch) | |
| tree | 578a999e9087596aaa9a64fd5da41f55f1ee9a8c /python-bmi500caonia.spec | |
| parent | c5d2089dcd84dec747becabfb6a6afddf08dea63 (diff) | |
automatic import of python-bmi500caoniaopeneuler20.03
Diffstat (limited to 'python-bmi500caonia.spec')
| -rw-r--r-- | python-bmi500caonia.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-bmi500caonia.spec b/python-bmi500caonia.spec index 8a36fbc..eda52f2 100644 --- a/python-bmi500caonia.spec +++ b/python-bmi500caonia.spec @@ -5,7 +5,7 @@ Release: 1 Summary: BMI500 HW4 License: MIT License URL: https://github.com/shaoyanpan/BMI500-HW4 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/d7/c2b35fc365a85f6b4cd09937dfe9c41e8f52e45574121747edf0077dc6a5/BMI500caonia-2.0.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/35/d7/c2b35fc365a85f6b4cd09937dfe9c41e8f52e45574121747edf0077dc6a5/BMI500caonia-2.0.0.tar.gz BuildArch: noarch Requires: python3-numpy @@ -134,20 +134,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 . @@ -160,5 +160,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1 - Package Spec generated |
