diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:22:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:22:19 +0000 |
commit | 9f0f8257bf1e3cd3c35d3ad63e8a4f058a8a735c (patch) | |
tree | d32343ca8258e48f2afb98518e55826ed7e3b2b7 /python-pylj.spec | |
parent | 70adb77a4802c487892b864d3ff059fc6154ddee (diff) |
automatic import of python-pyljopeneuler20.03
Diffstat (limited to 'python-pylj.spec')
-rw-r--r-- | python-pylj.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pylj.spec b/python-pylj.spec index 02b1d86..696d2ee 100644 --- a/python-pylj.spec +++ b/python-pylj.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Simple teaching tool for classical MD simulation License: MIT URL: https://pypi.org/project/pylj/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4c/8f/c7ffefc271286685c04bb3faf8872f4636955c5de5bdcb66cb90bbe1a86f/pylj-1.4.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4c/8f/c7ffefc271286685c04bb3faf8872f4636955c5de5bdcb66cb90bbe1a86f/pylj-1.4.1.tar.gz BuildArch: noarch Requires: python3-jupyter @@ -356,20 +356,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 . @@ -382,5 +382,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1 - Package Spec generated |