summaryrefslogtreecommitdiff
path: root/python-vivarium-core.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:12:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:12:44 +0000
commit74da286ea5eb88ed8bd72eb76b82d92bdd37aed8 (patch)
treec947ac0d68c8d863da8dff5c71a2bbe1275cba2b /python-vivarium-core.spec
parent28518606b5d6683a394248d032b4b8cd2b63f114 (diff)
automatic import of python-vivarium-coreopeneuler20.03
Diffstat (limited to 'python-vivarium-core.spec')
-rw-r--r--python-vivarium-core.spec18
1 files changed, 9 insertions, 9 deletions
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