summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:06:41 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:06:41 +0000
commitf0adaffdf65e522ee3733301ee272da7c551626c (patch)
tree606ff7ba8d10e079414b0f01c8c9bb20ff7a36e6
parentb690d6b93dd20dcbc6951d49c9aacd0923523635 (diff)
automatic import of python-pegasuspyopeneuler20.03
-rw-r--r--python-pegasuspy.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pegasuspy.spec b/python-pegasuspy.spec
index 009ca23..6521cd2 100644
--- a/python-pegasuspy.spec
+++ b/python-pegasuspy.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Pegasus is a Python package for analyzing sc/snRNA-seq data of millions of cells
License: BSD License
URL: https://github.com/lilab-bcb/pegasus
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ee/bd/beb81fccc3e139d6fca1f337b402419996b3fa3989871a9233628c791e87/pegasuspy-1.7.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/ee/bd/beb81fccc3e139d6fca1f337b402419996b3fa3989871a9233628c791e87/pegasuspy-1.7.1.tar.gz
BuildArch: noarch
Requires: python3-adjustText
@@ -91,20 +91,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 .
@@ -117,5 +117,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1
- Package Spec generated