diff options
Diffstat (limited to 'python-swmm-api.spec')
-rw-r--r-- | python-swmm-api.spec | 18 |
1 files changed, 9 insertions, 9 deletions
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 |