diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:05:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 12:05:03 +0000 |
commit | b92e2f440a0f4b6c5349e95fae28e1c7cd0dfcef (patch) | |
tree | d37f805c4221cff134ba2870ec51b6a3271c1eaa | |
parent | f7010ab9cf8bb7534871e7e3cc54a1dcaa616c08 (diff) |
automatic import of python-3etoolopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-3etool.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /3ETool-0.8.2.tar.gz +/3ETool-0.8.3.tar.gz 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 @@ -1 +1 @@ -cc6ced580c768164e3acccd0744497c4 3ETool-0.8.2.tar.gz +857b24a18164959ca85c0057706bd400 3ETool-0.8.3.tar.gz |