diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:34:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:34:33 +0000 |
commit | 2b0d37d17d456a21fafa79a78af35622e449ef79 (patch) | |
tree | c5c345ceb8b3c6c777192137e0d4cfb7ec58306e | |
parent | 0dcd95f52fe4825c92f576a14e7e712c233bbe82 (diff) |
automatic import of python-napari-stptopeneuler20.03
-rw-r--r-- | python-napari-stpt.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-napari-stpt.spec b/python-napari-stpt.spec index 2790783..5dd6140 100644 --- a/python-napari-stpt.spec +++ b/python-napari-stpt.spec @@ -5,7 +5,7 @@ Release: 1 Summary: napari viewer which can read stpt images as zarr files License: GNU URL: https://github.com/TristanWhitmarsh/napari-stpt -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9a/ae/4d93576e4e054f3fe50a1fe777cdee757088be3f54273d260fe92bdad2fe/napari-stpt-0.1.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9a/ae/4d93576e4e054f3fe50a1fe777cdee757088be3f54273d260fe92bdad2fe/napari-stpt-0.1.0.2.tar.gz BuildArch: noarch Requires: python3-opencv-python @@ -243,20 +243,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 . @@ -269,5 +269,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.0.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.0.2-1 - Package Spec generated |