diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:27:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:27:12 +0000 |
commit | e540a706a8ef4e2ebd2d2b5d1c269d2efd32ff88 (patch) | |
tree | ca9252d44cd92e16991870fe71282a95f738976c | |
parent | 7b0331b7425c0174056325ce8d2eab2a42c7b1ac (diff) |
automatic import of python-semopyopeneuler20.03
-rw-r--r-- | python-semopy.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-semopy.spec b/python-semopy.spec index cf8d6c4..fc74a38 100644 --- a/python-semopy.spec +++ b/python-semopy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Structural Equation Modeling Optimization in Python. License: MIT License URL: https://semopy.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/5b/07d80992e9bd2832cc28212d634a33786aab5fc86bf939a5806b9ca83f9a/semopy-2.3.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/35/5b/07d80992e9bd2832cc28212d634a33786aab5fc86bf939a5806b9ca83f9a/semopy-2.3.9.tar.gz BuildArch: noarch @@ -348,20 +348,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 . @@ -374,5 +374,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.9-1 - Package Spec generated |