diff options
Diffstat (limited to 'python-3etool.spec')
-rw-r--r-- | python-3etool.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/python-3etool.spec b/python-3etool.spec index 29ec4f5..c3f6f8c 100644 --- a/python-3etool.spec +++ b/python-3etool.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-3ETool -Version: 0.8.2 +Version: 0.8.3 Release: 1 Summary: Tools for performing exergo-economic and exergo-environmental analysis License: GNU GPLv3 URL: https://tinyurl.com/SERG-3ETool -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9f/ed/3b43cb00796747aa722dc1c675587ab1a3747b083aa8eb88146a3886eb7e/3ETool-0.8.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3d/74/b8b2eb464a6552e52a0645dfef925aafacda91d128d2d82c3784520bec16/3ETool-0.8.3.tar.gz BuildArch: noarch @@ -364,7 +364,7 @@ The following reference can be used to cite the tool in publications: %prep -%autosetup -n 3ETool-0.8.2 +%autosetup -n 3ETool-0.8.3 %build %py3_build @@ -378,20 +378,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 . @@ -404,5 +404,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.3-1 - Package Spec generated |