summaryrefslogtreecommitdiff
path: root/python-tinybrain.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-tinybrain.spec')
-rw-r--r--python-tinybrain.spec18
1 files changed, 9 insertions, 9 deletions
diff --git a/python-tinybrain.spec b/python-tinybrain.spec
index 45acc5d..473bc4e 100644
--- a/python-tinybrain.spec
+++ b/python-tinybrain.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-tinybrain
-Version: 1.3.2
+Version: 1.3.3
Release: 1
Summary: Image pyramid generation specialized for connectomics data types and procedures.
License: GNU General Public License v3 or later (GPLv3+)
URL: https://github.com/seung-lab/tinybrain/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/56/b9/221365f2a8f587f1b8fbf6f1cce3b4bf5320c894781768dcbe6be67cb6e9/tinybrain-1.3.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1b/aa/61077d4faf22ee795c228fd04da4a6060c382849ff410880976f3f1909b5/tinybrain-1.3.3.tar.gz
Requires: python3-numpy
@@ -415,7 +415,7 @@ Documentation for the countless algorithm family is located here: https://github
%prep
-%autosetup -n tinybrain-1.3.2
+%autosetup -n tinybrain-1.3.3
%build
%py3_build
@@ -429,20 +429,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 .
@@ -455,5 +455,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.3-1
- Package Spec generated