summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:06:26 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:06:26 +0000
commitdc4ed8e0ca4d19699b8e692930e325f8072ff036 (patch)
treec72a5a51996f00c6dd7ff6ee0f9585e484383b74
parent0cf28175e2b84a474cfc4bf90e76c6894014d061 (diff)
automatic import of python-sachimaopeneuler20.03
-rw-r--r--python-sachima.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sachima.spec b/python-sachima.spec
index a66c577..f2015f9 100644
--- a/python-sachima.spec
+++ b/python-sachima.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Better data analysis
License: MIT License
URL: https://github.com/DessertsLab/Sachima
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/32/9f/7293fb7c66567963b99ba0360acc034350f449e4216f0591bb30c471c57e/sachima-2020.8.30.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/32/9f/7293fb7c66567963b99ba0360acc034350f449e4216f0591bb30c471c57e/sachima-2020.8.30.2.tar.gz
BuildArch: noarch
Requires: python3-aenum
@@ -64,20 +64,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 .
@@ -90,5 +90,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2020.8.30.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2020.8.30.2-1
- Package Spec generated