diff options
Diffstat (limited to 'python-laspec.spec')
-rw-r--r-- | python-laspec.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-laspec.spec b/python-laspec.spec index 1fc1e33..6e8b31d 100644 --- a/python-laspec.spec +++ b/python-laspec.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Modules for LAMOST spectra. License: MIT URL: http://github.com/hypergravity/laspec -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/38/fb/a0f7b2b0612864565534484a953e8baa6dac3668248aba3f28d8d19538d6/laspec-2022.804.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/38/fb/a0f7b2b0612864565534484a953e8baa6dac3668248aba3f28d8d19538d6/laspec-2022.804.0.tar.gz BuildArch: noarch @@ -459,20 +459,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 . @@ -485,5 +485,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2022.804.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2022.804.0-1 - Package Spec generated |