diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:40:43 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:40:43 +0000 |
| commit | b42a648aa1e0863b15f6555fe5ba9153ea02ed5c (patch) | |
| tree | 8db7f99d47dd5702bb33fcc2c200d2e176778548 | |
| parent | c79d0d32e66446fb82b5975e42323d61cebbd3aa (diff) | |
automatic import of python-seammopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-seamm.spec | 20 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 11 deletions
@@ -1 +1,2 @@ /seamm-2023.4.24.tar.gz +/seamm-2023.5.29.tar.gz diff --git a/python-seamm.spec b/python-seamm.spec index ba063f3..4856258 100644 --- a/python-seamm.spec +++ b/python-seamm.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-seamm -Version: 2023.4.24 +Version: 2023.5.29 Release: 1 Summary: The core of the SEAMM environment and graphical interface. License: GNU Lesser General Public License v3 URL: https://github.com/molssi-seamm/seamm -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/45/a1/f9a2e9be5d725c339bbb7a4ff0630d520e7ba321a4e8ae94dade61ea7447/seamm-2023.4.24.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/58/fa/4068363099fc368cb3d63b46a03f5286544770e74946716ccd82f8560135/seamm-2023.5.29.tar.gz BuildArch: noarch +Requires: python3-pmw Requires: python3-bibtexparser Requires: python3-fasteners Requires: python3-humanize @@ -17,7 +18,6 @@ Requires: python3-numpy Requires: python3-packaging Requires: python3-pandas Requires: python3-pillow -Requires: python3-pmw Requires: python3-py-cpuinfo Requires: python3-dateutil Requires: python3-pyuca @@ -47,7 +47,7 @@ Provides: python3-seamm-doc %prep -%autosetup -n seamm-2023.4.24 +%autosetup -n seamm-2023.5.29 %build %py3_build @@ -61,20 +61,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 . @@ -87,5 +87,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.24-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.29-1 - Package Spec generated @@ -1 +1 @@ -a22111a661b7cb086004f52f03ab9d59 seamm-2023.4.24.tar.gz +a75de992c3622d216b886af22743612c seamm-2023.5.29.tar.gz |
