diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:56:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:56:35 +0000 |
commit | a481b343de9e7742a8695707469a5c8c1fd1466f (patch) | |
tree | 524c39765cb68d9bac71b29fa971e83e865b6572 | |
parent | 31e8f0159510b5421dbcb02a59a36092506dd03d (diff) |
automatic import of python-biomassopeneuler20.03
-rw-r--r-- | python-biomass.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-biomass.spec b/python-biomass.spec index 7abe8fa..5b25bba 100644 --- a/python-biomass.spec +++ b/python-biomass.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A Python Framework for Modeling and Analysis of Signaling Systems License: Apache-2.0 URL: https://pypi.org/project/biomass/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4f/07/1dc5ae8a39bba186d1b272f2432e0e08b6ee8b58950995961609334556c0/biomass-0.12.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/4f/07/1dc5ae8a39bba186d1b272f2432e0e08b6ee8b58950995961609334556c0/biomass-0.12.0.tar.gz BuildArch: noarch Requires: python3-matplotlib @@ -210,20 +210,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 . @@ -236,5 +236,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.0-1 - Package Spec generated |