summaryrefslogtreecommitdiff
path: root/python-bio-pyminer.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:33:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:33:16 +0000
commit69932ec2220da55449533e2ccf6923423cad073c (patch)
tree5444bbd21c59fc40abdc76cf8f71aa89b89d7a50 /python-bio-pyminer.spec
parente139340f2dbe7f7136bfed96c4fbd77b2b7869df (diff)
automatic import of python-bio-pymineropeneuler20.03
Diffstat (limited to 'python-bio-pyminer.spec')
-rw-r--r--python-bio-pyminer.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-bio-pyminer.spec b/python-bio-pyminer.spec
index 7fcc77d..c4b7a1d 100644
--- a/python-bio-pyminer.spec
+++ b/python-bio-pyminer.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: PyMINEr: automated biologic insights from large datasets.
License: GNU Affero General Public License v3
URL: https://scottyler892@bitbucket.org/scottyler892/pyminer
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/88/f1492e14f9595bc43e50381b3d4989663997bdfb0df5589768b927e8d2ba/bio_pyminer-0.11.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/19/88/f1492e14f9595bc43e50381b3d4989663997bdfb0df5589768b927e8d2ba/bio_pyminer-0.11.0.tar.gz
BuildArch: noarch
Requires: python3-Pillow
@@ -346,7 +346,7 @@ For non-commercial use, PyMINEr is available via the AGPLv3 license. Commercial
%prep
-%autosetup -n bio-pyminer-0.11.0
+%autosetup -n bio_pyminer-0.11.0
%build
%py3_build
@@ -360,20 +360,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 .
@@ -386,5 +386,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.0-1
- Package Spec generated