summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 04:53:24 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 04:53:24 +0000
commit59f3450971ad923e9ac94009d1ef75f13aeb61c7 (patch)
tree6157e2336ce63fb4ef74dd2d80ab70f147c7f71b
parent8ee11cd2278c56f97e774555cfde4478adff228d (diff)
automatic import of python-cellxgeneopeneuler20.03
-rw-r--r--python-cellxgene.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cellxgene.spec b/python-cellxgene.spec
index 862b162..4546a72 100644
--- a/python-cellxgene.spec
+++ b/python-cellxgene.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Web application for exploration of large scale scRNA-seq datasets
License: MIT
URL: https://github.com/chanzuckerberg/cellxgene
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/39/582e827c1410c5c7b359211a2b2f8891fb261aeff5330fc41257f1251e0d/cellxgene-1.1.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/be/39/582e827c1410c5c7b359211a2b2f8891fb261aeff5330fc41257f1251e0d/cellxgene-1.1.2.tar.gz
BuildArch: noarch
@@ -342,20 +342,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 .
@@ -368,5 +368,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.2-1
- Package Spec generated