diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:39:29 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 06:39:29 +0000 |
commit | 6d69e9500076de98538500b553f4fcaa516bacbf (patch) | |
tree | 407e646b55766119222d0387b93e809c206f8270 | |
parent | 6504ac68c39d2373637c48aea0f446d40934320e (diff) |
automatic import of python-vplanetopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-vplanet.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /vplanet-2.3.43.tar.gz +/vplanet-2.3.46.tar.gz diff --git a/python-vplanet.spec b/python-vplanet.spec index e33e1d1..79b32e5 100644 --- a/python-vplanet.spec +++ b/python-vplanet.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vplanet -Version: 2.3.43 +Version: 2.3.46 Release: 1 Summary: The virtual planet simulator License: MIT URL: https://github.com/VirtualPlanetaryLaboratory/vplanet -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1f/0e/31f25a128e2173cf4ec3321b8f527484db7f64729d3ce561f6a5b3e10e55/vplanet-2.3.43.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e9/bb/2ba97c659f0c6cce338430b1cfdb43c77e3f3fb6d3901b172ae1a1a83e63/vplanet-2.3.46.tar.gz Requires: python3-vplot Requires: python3-vspace @@ -377,7 +377,7 @@ Enjoy! %prep -%autosetup -n vplanet-2.3.43 +%autosetup -n vplanet-2.3.46 %build %py3_build @@ -391,20 +391,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 . @@ -417,5 +417,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.43-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.46-1 - Package Spec generated @@ -1 +1 @@ -534cb0153d24045b2cab13bca7b43b50 vplanet-2.3.43.tar.gz +67f16af1c9b48de1dc7c4a2b3601f014 vplanet-2.3.46.tar.gz |