diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-vivarium-core.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /vivarium-core-1.5.5.tar.gz +/vivarium-core-1.5.6.tar.gz diff --git a/python-vivarium-core.spec b/python-vivarium-core.spec index a874fa9..63568c0 100644 --- a/python-vivarium-core.spec +++ b/python-vivarium-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vivarium-core -Version: 1.5.5 +Version: 1.5.6 Release: 1 Summary: Engine for composing and simulating computational biology models with the Vivarium interface. License: MIT URL: https://github.com/vivarium-collective/vivarium-core -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ed/82/e3f5bd9a5a24bce1e857b31c67371759d2a66dcbb82455e604e07a97e131/vivarium-core-1.5.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d1/c1/b3fbad59605d20c8d07de929fe5fb37f4b3640cd15aa0348625b42d26958/vivarium-core-1.5.6.tar.gz BuildArch: noarch @@ -256,7 +256,7 @@ See [`LICENSE.txt`](https://github.com/vivarium-collective/vivarium-core/blob/ma [`AUTHORS.md`](https://github.com/vivarium-collective/vivarium-core/blob/master/AUTHORS.md) for a list of the Vivarium Authors. %prep -%autosetup -n vivarium-core-1.5.5 +%autosetup -n vivarium-core-1.5.6 %build %py3_build @@ -270,20 +270,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 . @@ -296,5 +296,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.6-1 - Package Spec generated @@ -1 +1 @@ -149aa7c778c52cc5eab2d70d30bbc20b vivarium-core-1.5.5.tar.gz +ba5f42d79b7448341c68ec520b2c9fba vivarium-core-1.5.6.tar.gz |