summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 03:42:22 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 03:42:22 +0000
commit0424d58838af1f99e677f2517f6e9a0eeb5c47d5 (patch)
treeaa8e2593a1d01b2fff22c0e12380ee90540991f9
parenta7df450ff6abce0f29a959eb02c2a87fb6a01c17 (diff)
automatic import of python-wkwopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-wkw.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index f68baee..da11fab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index d547e9f..0a0a16c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b76081628708c9040b21c6407dbc0ae6 wkw-1.1.19.tar.gz
+8bb70df001bf1d5a72ee5a43c8ff2d7c wkw-1.1.22.tar.gz