diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:59:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:59:10 +0000 |
commit | f99dbefa95cbab1727d7b0cd83064307eedfcc53 (patch) | |
tree | a67b1f7585cf42bacf6c787108d3b94324c11f29 | |
parent | 6c704d41498cbc4104bb99700262e85d8ebaeae0 (diff) |
automatic import of python-osefopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-osef.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /osef-2.8.0.tar.gz +/osef-2.8.1.tar.gz diff --git a/python-osef.spec b/python-osef.spec index c4e0a51..fab6ff7 100644 --- a/python-osef.spec +++ b/python-osef.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-osef -Version: 2.8.0 +Version: 2.8.1 Release: 1 Summary: Osef file/stream tools. License: MIT License URL: https://pypi.org/project/osef/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9d/cb/438dbc196f73e79a25971c26557da4ae704e24667f63e79383599b2af0d5/osef-2.8.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/41/8f/02afce0145fec25c27e1f9938531156ca3434b8449bbad9c0d8af9794d49/osef-2.8.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -320,7 +320,7 @@ for frame_dict in osef.parse(osef_path): %prep -%autosetup -n osef-2.8.0 +%autosetup -n osef-2.8.1 %build %py3_build @@ -334,20 +334,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 . @@ -360,5 +360,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.1-1 - Package Spec generated @@ -1 +1 @@ -ceb66ca2945131623f465e894762c846 osef-2.8.0.tar.gz +2313ac6db39a05758590010cf0a98ffd osef-2.8.1.tar.gz |