diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:09:51 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:09:51 +0000 |
| commit | 596ce14487fef3f20a984eb9bd13476ef15c09b2 (patch) | |
| tree | d0268d817e666412c7b1deb7e5eb4675baf6dd42 /python-pyfinlab.spec | |
| parent | 74314891d5f34f882d0e53c3ccb2269941d66495 (diff) | |
automatic import of python-pyfinlabopeneuler20.03
Diffstat (limited to 'python-pyfinlab.spec')
| -rw-r--r-- | python-pyfinlab.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyfinlab.spec b/python-pyfinlab.spec index faa9905..cce08c3 100644 --- a/python-pyfinlab.spec +++ b/python-pyfinlab.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Financial applications for portfolio management License: BSD License URL: https://github.com/nathanramoscfa/pyfinlab -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fa/92/12eef9c295c8b85979c8f5a3bd05ef29ebe6e6a04f01783f939dd3fe1cf4/pyfinlab-0.0.30.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fa/92/12eef9c295c8b85979c8f5a3bd05ef29ebe6e6a04f01783f939dd3fe1cf4/pyfinlab-0.0.30.tar.gz BuildArch: noarch @@ -327,20 +327,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 . @@ -353,5 +353,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.30-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.30-1 - Package Spec generated |
