diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:09:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:09:32 +0000 |
commit | 925c361f25c49b2fd3111c05ceb8bf5c55727b18 (patch) | |
tree | ee6985c6b3a2febd5eec75861f3e9375ca5ac7b9 /python-atomica.spec | |
parent | 0402495f939f4cb07c8d3cd22706f6e44c05eff8 (diff) |
automatic import of python-atomicaopeneuler20.03
Diffstat (limited to 'python-atomica.spec')
-rw-r--r-- | python-atomica.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-atomica.spec b/python-atomica.spec index 3a598b4..5c33a30 100644 --- a/python-atomica.spec +++ b/python-atomica.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-atomica -Version: 1.25.17 +Version: 1.26.0 Release: 1 Summary: Toolbox for compartment-based dynamic systems with costing and optimization License: MIT License URL: https://atomica.tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/75/84/b461fde759bd783847673422b7a78a9712e97a92f2b04a1ca04350b8bd1c/atomica-1.25.17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/36/9a/23c4fe02e46adb707f27832b5f55c2f07d81abbeffa726e9661b23a61fae/atomica-1.26.0.tar.gz BuildArch: noarch Requires: python3-matplotlib @@ -356,7 +356,7 @@ at the very start of your script. A different backend may be required for your s %prep -%autosetup -n atomica-1.25.17 +%autosetup -n atomica-1.26.0 %build %py3_build @@ -370,20 +370,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 . @@ -396,5 +396,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.25.17-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.0-1 - Package Spec generated |