diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:31:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:31:50 +0000 |
| commit | b869128901ab1a863c3937cdd1592a6e9bc6d402 (patch) | |
| tree | 2d878d146d6ba1408f49fdfe2e0a74dad3a5c8ed /python-nucdetect.spec | |
| parent | 88bf73f2708265499c252e5c1f390d168d3c177b (diff) | |
automatic import of python-nucdetectopeneuler20.03
Diffstat (limited to 'python-nucdetect.spec')
| -rw-r--r-- | python-nucdetect.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-nucdetect.spec b/python-nucdetect.spec index 450b245..83b8efd 100644 --- a/python-nucdetect.spec +++ b/python-nucdetect.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Module to identify intranuclear proteins on basis of fluorescence images. License: GNU General Public License v3 (GPLv3) URL: https://github.com/SilMon/NucDetect -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/fe/85069c147b114d74b06a0aa2fe37bf083ef72120dad943d2cd12e8e5512b/NucDetect-0.18.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/05/fe/85069c147b114d74b06a0aa2fe37bf083ef72120dad943d2cd12e8e5512b/NucDetect-0.18.3.tar.gz BuildArch: noarch Requires: python3-tensorflow @@ -58,20 +58,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 . @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.3-1 - Package Spec generated |
