diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:42:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 03:42:22 +0000 |
commit | 0424d58838af1f99e677f2517f6e9a0eeb5c47d5 (patch) | |
tree | aa8e2593a1d01b2fff22c0e12380ee90540991f9 | |
parent | a7df450ff6abce0f29a959eb02c2a87fb6a01c17 (diff) |
automatic import of python-wkwopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-wkw.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /wkw-1.1.19.tar.gz +/wkw-1.1.22.tar.gz diff --git a/python-wkw.spec b/python-wkw.spec index cd0523f..1b9484f 100644 --- a/python-wkw.spec +++ b/python-wkw.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wkw -Version: 1.1.19 +Version: 1.1.22 Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://github.com/scalableminds/webknossos-wrap -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c4/cd/fbb02e14602bc8b362081771b846abcd7d47cf24dd5ac6fe6e7aa99e84c7/wkw-1.1.19.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3e/2b/1758812196e4c7b251a1d43920631dcaf5d650069a8cdcd4a13f4f09ee64/wkw-1.1.22.tar.gz Requires: python3-cffi Requires: python3-numpy @@ -33,7 +33,7 @@ Provides: python3-wkw-doc %prep -%autosetup -n wkw-1.1.19 +%autosetup -n wkw-1.1.22 %build %py3_build @@ -47,20 +47,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 . @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.19-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.22-1 - Package Spec generated @@ -1 +1 @@ -b76081628708c9040b21c6407dbc0ae6 wkw-1.1.19.tar.gz +8bb70df001bf1d5a72ee5a43c8ff2d7c wkw-1.1.22.tar.gz |