diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:35:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:35:26 +0000 |
commit | 6ac64af999ed15f1ade171f6495687639e948ab7 (patch) | |
tree | ce84a5d0491be6717edfa964c9e3c18bf72af1d6 | |
parent | 2971488f0b0894fb2a1bf8e3c36955389dca3554 (diff) |
automatic import of python-har2treeopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-har2tree.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /har2tree-1.19.3.tar.gz +/har2tree-1.20.0.tar.gz diff --git a/python-har2tree.spec b/python-har2tree.spec index 47e9b8b..be441d9 100644 --- a/python-har2tree.spec +++ b/python-har2tree.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-har2tree -Version: 1.19.3 +Version: 1.20.0 Release: 1 Summary: HTTP Archive (HAR) to ETE Toolkit generator License: BSD-3-Clause URL: https://github.com/Lookyloo/har2tree -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/c9/980e66268a187b1b1064ef416edb75fa50a92e6db9dcac25db0450272c7b/har2tree-1.19.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b8/5f/b01c1d2272c429f4e5483745e08bcb1f8dc88d61307aaabc0aa872f7a880/har2tree-1.20.0.tar.gz BuildArch: noarch Requires: python3-ete3 @@ -39,7 +39,7 @@ Provides: python3-har2tree-doc This package generate a tree out of a HAR dump. %prep -%autosetup -n har2tree-1.19.3 +%autosetup -n har2tree-1.20.0 %build %py3_build @@ -53,20 +53,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 . @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.20.0-1 - Package Spec generated @@ -1 +1 @@ -af7bf0de81f2a7fa5808efa5136c306a har2tree-1.19.3.tar.gz +f46a5852d83c3350db9f096b4f9d57b4 har2tree-1.20.0.tar.gz |