diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:32:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:32:01 +0000 |
commit | 81aec38be2120d1bb08de3222798c3ec520e4844 (patch) | |
tree | 66aea2e54b2a969f57431a255158ec046c3af17e | |
parent | a9c8d677deb4a0d60cf531677a66603d411db986 (diff) |
automatic import of python-swmm-apiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-swmm-api.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /swmm-api-0.4.21.tar.gz +/swmm-api-0.4.22.tar.gz diff --git a/python-swmm-api.spec b/python-swmm-api.spec index 59ca971..c969c20 100644 --- a/python-swmm-api.spec +++ b/python-swmm-api.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-swmm-api -Version: 0.4.21 +Version: 0.4.22 Release: 1 Summary: US-EPA-SWMM python interface License: MIT URL: https://gitlab.com/markuspichler/swmm_api -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/ff/9bce2f7bf96243b462d3effe7a6247825c99129741e233a87571573019c8/swmm-api-0.4.21.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/05/0e/7dc0539f82eaabb70a284fba26bf1a82915b2eeb0943f2b3546954dd5b4c/swmm-api-0.4.22.tar.gz BuildArch: noarch Requires: python3-pandas @@ -162,7 +162,7 @@ python: - **OSTRICH-SWMM** / [GitHub](https://github.com/ubccr/ostrich-swmm) / OSTRICH optimization software toolkit with SWMM %prep -%autosetup -n swmm-api-0.4.21 +%autosetup -n swmm-api-0.4.22 %build %py3_build @@ -176,20 +176,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 . @@ -202,5 +202,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.21-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.22-1 - Package Spec generated @@ -1 +1 @@ -922c3fab8b24ace25fec9873169c1a4c swmm-api-0.4.21.tar.gz +32905c3631ae5698263e0a1cedf087dd swmm-api-0.4.22.tar.gz |