summaryrefslogtreecommitdiff
path: root/python-equilibrator-cache.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 08:58:35 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 08:58:35 +0000
commit976a908baa5ef569fd942f0529b1376f156a1297 (patch)
treea5755c5b04afaa8d1b1ea3aa162d15d302ed35a8 /python-equilibrator-cache.spec
parent8030e4577ebd7c633e986cbb848e43c0d293198f (diff)
automatic import of python-equilibrator-cacheopeneuler20.03
Diffstat (limited to 'python-equilibrator-cache.spec')
-rw-r--r--python-equilibrator-cache.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-equilibrator-cache.spec b/python-equilibrator-cache.spec
index 75504c3..41c9648 100644
--- a/python-equilibrator-cache.spec
+++ b/python-equilibrator-cache.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Cache application for compounds, reactions, and enzymes
License: MIT
URL: https://gitlab.com/equilibrator/equilibrator-cache
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/28/3d/102992304065d60a9931741e661c35c85c8641f151b7528223090f3f06ba/equilibrator-cache-0.4.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/28/3d/102992304065d60a9931741e661c35c85c8641f151b7528223090f3f06ba/equilibrator-cache-0.4.3.tar.gz
BuildArch: noarch
Requires: python3-tqdm
@@ -101,20 +101,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 .
@@ -127,5 +127,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.3-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.3-1
- Package Spec generated